branch: master
commit 49166572c8e55ed0e20388bbfea96a88a09e7cfc
Author: Renaud AUBIN <[email protected]>
Commit: Renaud AUBIN <[email protected]>

    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.
---
 .gitmodules |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 80584ea..607033b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "snippets"]
-       path = snippets
-       url = [email protected]:AndreaCrotti/yasnippet-snippets.git
+        path = snippets
+        url = https://github.com/AndreaCrotti/yasnippet-snippets.git
 [submodule "yasmate"]
-       path = yasmate
-       url = [email protected]:capitaomorte/yasmate.git
+        path = yasmate
+        url = https://github.com/capitaomorte/yasmate.git

Reply via email to