Use https URLs for git submodules
parent
4541db7f21
commit
8fb0f76f6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue