From 9b2c57b0dbbe3a4d8a4ab5cdf7570c6edb78f6cf Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sun, 8 Jan 2023 15:47:39 +0100 Subject: [PATCH] Clone submodules via https instead of ssh --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index d488b86..ae61cba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,13 +27,13 @@ url = https://github.com/nlohmann/json [submodule "deps/traypp"] path = deps/traypp - url = https://github.com/Soundux/traypp.git + url = https://github.com/Soundux/traypp [submodule "deps/fifo_map"] path = deps/fifo_map - url = git@github.com:nlohmann/fifo_map.git + url = https://github.com/nlohmann/fifo_map [submodule "deps/Shortcuts_VDF"] path = deps/Shortcuts_VDF - url = git@github.com:Alia5/Shortcuts_VDF.git + url = https://github.com/Alia5/Shortcuts_VDF [submodule "deps/cpp-httplib"] path = deps/cpp-httplib - url = git@github.com:yhirose/cpp-httplib.git + url = https://github.com/yhirose/cpp-httplib