Use https instead of ssh for submodules access

To enable direct access through a proxy, the submodules url definitions
need to use https instead of ssh.
This commit is contained in:
Renaud AUBIN 2013-12-24 09:57:30 +01:00
parent 0567c931f4
commit 49166572c8

8
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "snippets"]
path = snippets
url = git@github.com:AndreaCrotti/yasnippet-snippets.git
path = snippets
url = https://github.com/AndreaCrotti/yasnippet-snippets.git
[submodule "yasmate"]
path = yasmate
url = git@github.com:capitaomorte/yasmate.git
path = yasmate
url = https://github.com/capitaomorte/yasmate.git