[build] Use `https` instead of `git` protocol in modules (#3848)

This allows contributors to init submodules without needing to have a
[an SSH keypair on their GitHub account][0].

[0]: https://help.github.com/en/github/using-git/which-remote-url-should-i-use#cloning-with-ssh-urls
This commit is contained in:
Andrey Kurdyumov 2019-10-28 23:30:27 +02:00 коммит произвёл Jonathan Pryor
Родитель d229eed40d
Коммит 5bf4acdeb8
1 изменённых файлов: 2 добавлений и 2 удалений

4
.gitmodules поставляемый
Просмотреть файл

@ -4,7 +4,7 @@
branch = master
[submodule "external/debugger-libs"]
path = external/debugger-libs
url = git://github.com/mono/debugger-libs
url = https://github.com/mono/debugger-libs
branch = master
[submodule "external/dlfcn-win32"]
path = external/dlfcn-win32
@ -20,7 +20,7 @@
branch = master
[submodule "external/nrefactory"]
path = external/nrefactory
url = git://github.com/icsharpcode/NRefactory.git
url = https://github.com/icsharpcode/NRefactory.git
branch = master
[submodule "external/opentk"]
path = external/opentk