mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
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:
parent
0567c931f4
commit
49166572c8
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "snippets"]
|
[submodule "snippets"]
|
||||||
path = snippets
|
path = snippets
|
||||||
url = git@github.com:AndreaCrotti/yasnippet-snippets.git
|
url = https://github.com/AndreaCrotti/yasnippet-snippets.git
|
||||||
[submodule "yasmate"]
|
[submodule "yasmate"]
|
||||||
path = yasmate
|
path = yasmate
|
||||||
url = git@github.com:capitaomorte/yasmate.git
|
url = https://github.com/capitaomorte/yasmate.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user