Merge pull request #1517 from SpaceManiac/patch/gitmodules-https

Use https URLs for git submodules
fix-squashed-planets
Tomasz Kapuściński 2022-04-23 10:35:04 +02:00 committed by GitHub
commit 07541d0bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -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