From 2450f20bc0c44192c48ae54498858a99019fdb53 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:46:50 +0200 Subject: [PATCH] use https for submodules, fixes #41 --- .gitmodules | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.gitmodules b/.gitmodules index e60c74a0..3667a2ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,24 @@ [submodule "third-party/build/linux"] - path = third-party/build/linux -url=git@github.com:otavepto/gbe_fork.git - branch = third-party/build/linux + path = third-party/build/linux + url = https://github.com/otavepto/gbe_fork.git + branch = third-party/build/linux [submodule "third-party/common/win"] - path = third-party/common/win -url=git@github.com:otavepto/gbe_fork.git - branch = third-party/common/win + path = third-party/common/win + url = https://github.com/otavepto/gbe_fork.git + branch = third-party/common/win [submodule "third-party/deps/common"] - path = third-party/deps/common -url=git@github.com:otavepto/gbe_fork.git - branch = third-party/deps/common + path = third-party/deps/common + url = https://github.com/otavepto/gbe_fork.git + branch = third-party/deps/common [submodule "third-party/deps/linux"] - path = third-party/deps/linux -url=git@github.com:otavepto/gbe_fork.git - branch = third-party/deps/linux + path = third-party/deps/linux + url = https://github.com/otavepto/gbe_fork.git + branch = third-party/deps/linux [submodule "third-party/deps/win"] - path = third-party/deps/win -url=git@github.com:otavepto/gbe_fork.git - branch = third-party/deps/win + path = third-party/deps/win + url = https://github.com/otavepto/gbe_fork.git + branch = third-party/deps/win [submodule "third-party/build/win"] - path = third-party/build/win - url = git@github.com:otavepto/gbe_fork.git - branch = third-party/build/win + path = third-party/build/win + url = https://github.com/otavepto/gbe_fork.git + branch = third-party/build/win