From a0f5adc0f701a36bead8ca309f0ce7205a3b1f79 Mon Sep 17 00:00:00 2001 From: zhefengxu-eaton <97916341+zhefengxu-eaton@users.noreply.github.com> Date: Thu, 28 Apr 2022 16:26:54 -0400 Subject: [PATCH] Update .gitmodules --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index d220151d..360df2ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "external/toml-test"] path = external/toml-test - url = https://github.com/BurntSushi/toml-test.git + url = git@github.com:BurntSushi/toml-test.git [submodule "external/toml-spec-tests"] path = external/toml-spec-tests - url = https://github.com/iarna/toml-spec-tests.git + url = git@github.com:iarna/toml-spec-tests.git [submodule "external/dox"] path = external/dox - url = https://github.com/marzer/dox.git + url = git@github.com:marzer/dox.git [submodule "external/Catch2"] path = external/Catch2 - url = https://github.com/catchorg/Catch2.git + url = git@github.com:catchorg/Catch2.git [submodule "external/tloptional"] path = external/tloptional - url = https://github.com/TartanLlama/optional.git + url = git@github.com:TartanLlama/optional.git