Use https URLs for git submodules

fix-squashed-planets
Tad Hardesty 2022-04-08 19:22:39 -07:00
parent 4541db7f21
commit 8fb0f76f6f
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -1,9 +1,9 @@
[submodule "data"]
path = data
url = git://github.com/colobot/colobot-data.git
url = https://github.com/colobot/colobot-data.git
branch = .
update = rebase
[submodule "lib/googletest"]
path = lib/googletest
url = git://github.com/google/googletest.git
url = https://github.com/google/googletest.git
ignore = all