Use https URLs for git submodules
parent
4541db7f21
commit
8fb0f76f6f
|
@ -1,9 +1,9 @@
|
||||||
[submodule "data"]
|
[submodule "data"]
|
||||||
path = data
|
path = data
|
||||||
url = git://github.com/colobot/colobot-data.git
|
url = https://github.com/colobot/colobot-data.git
|
||||||
branch = .
|
branch = .
|
||||||
update = rebase
|
update = rebase
|
||||||
[submodule "lib/googletest"]
|
[submodule "lib/googletest"]
|
||||||
path = lib/googletest
|
path = lib/googletest
|
||||||
url = git://github.com/google/googletest.git
|
url = https://github.com/google/googletest.git
|
||||||
ignore = all
|
ignore = all
|
||||||
|
|
Loading…
Reference in New Issue