use https for submodules, fixes #41

This commit is contained in:
otavepto 2024-01-11 18:46:50 +02:00
parent e116d86cc0
commit 2450f20bc0

12
.gitmodules vendored
View File

@ -1,24 +1,24 @@
[submodule "third-party/build/linux"] [submodule "third-party/build/linux"]
path = third-party/build/linux path = third-party/build/linux
url=git@github.com:otavepto/gbe_fork.git url = https://github.com/otavepto/gbe_fork.git
branch = third-party/build/linux branch = third-party/build/linux
[submodule "third-party/common/win"] [submodule "third-party/common/win"]
path = third-party/common/win path = third-party/common/win
url=git@github.com:otavepto/gbe_fork.git url = https://github.com/otavepto/gbe_fork.git
branch = third-party/common/win branch = third-party/common/win
[submodule "third-party/deps/common"] [submodule "third-party/deps/common"]
path = third-party/deps/common path = third-party/deps/common
url=git@github.com:otavepto/gbe_fork.git url = https://github.com/otavepto/gbe_fork.git
branch = third-party/deps/common branch = third-party/deps/common
[submodule "third-party/deps/linux"] [submodule "third-party/deps/linux"]
path = third-party/deps/linux path = third-party/deps/linux
url=git@github.com:otavepto/gbe_fork.git url = https://github.com/otavepto/gbe_fork.git
branch = third-party/deps/linux branch = third-party/deps/linux
[submodule "third-party/deps/win"] [submodule "third-party/deps/win"]
path = third-party/deps/win path = third-party/deps/win
url=git@github.com:otavepto/gbe_fork.git url = https://github.com/otavepto/gbe_fork.git
branch = third-party/deps/win branch = third-party/deps/win
[submodule "third-party/build/win"] [submodule "third-party/build/win"]
path = third-party/build/win path = third-party/build/win
url = git@github.com:otavepto/gbe_fork.git url = https://github.com/otavepto/gbe_fork.git
branch = third-party/build/win branch = third-party/build/win