mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +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:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
||||
[submodule "snippets"]
|
||||
path = snippets
|
||||
url = git@github.com:AndreaCrotti/yasnippet-snippets.git
|
||||
url = https://github.com/AndreaCrotti/yasnippet-snippets.git
|
||||
[submodule "yasmate"]
|
||||
path = yasmate
|
||||
url = git@github.com:capitaomorte/yasmate.git
|
||||
url = https://github.com/capitaomorte/yasmate.git
|
||||
|
||||
Reference in New Issue
Block a user