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"]
|
||||
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