From 71f124faa5634cdc45b7c170aa21061bc3532b70 Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sun, 10 Jan 2016 10:10:41 +0100 Subject: [PATCH] HTTPS links for submodules When cloning the repository with all its submodules, users without an SSH key registered will fail to clone submodules with an SSH link --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 587ae6cd..e3dfa2a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -676,7 +676,7 @@ url = https://github.com/CausalityLtd/sublime-pony [submodule "vendor/grammars/X10"] path = vendor/grammars/X10 - url = git@github.com:x10-lang/x10-highlighting.git + url = https://github.com/x10-lang/x10-highlighting [submodule "vendor/grammars/language-babel"] path = vendor/grammars/language-babel url = https://github.com/gandm/language-babel @@ -691,7 +691,7 @@ url = https://github.com/freemarker/FreeMarker.tmbundle [submodule "vendor/grammars/MagicPython"] path = vendor/grammars/MagicPython - url = git@github.com:MagicStack/MagicPython.git + url = https://github.com/MagicStack/MagicPython [submodule "vendor/grammars/language-click"] path = vendor/grammars/language-click url = https://github.com/stenverbois/language-click.git @@ -706,4 +706,4 @@ url = https://github.com/erkyrath/language-inform7 [submodule "vendor/grammars/atom-language-stan"] path = vendor/grammars/atom-language-stan - url = git@github.com:jrnold/atom-language-stan.git + url = https://github.com/jrnold/atom-language-stan