Merge pull request #1517 from SpaceManiac/patch/gitmodules-https
Use https URLs for git submodulesfix-squashed-planets
commit
07541d0bbb
|
@ -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