diff options
author | Kura <kura@kura.io> | 2014-06-09 21:55:19 +0100 |
---|---|---|
committer | Kura <kura@kura.io> | 2014-06-09 21:55:19 +0100 |
commit | 82bee4ee5bf86ca5f865887706cf14ebba2e9d19 (patch) | |
tree | 77a3f4e27f993c4a68ea6a0d2e46afffc9e72721 | |
parent | f722d14cfb5251fc9787e87a90c52138da865a91 (diff) | |
download | pelican-themes-82bee4ee5bf86ca5f865887706cf14ebba2e9d19.tar.gz |
Changed SSH to HTTPS
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index cc262ff..b5e6f13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "pelicanthemes-generator"] path = pelicanthemes-generator - url = https://github.com/badele/pelicanthemes-generator + url = https://github.com/badele/pelicanthemes-generator.git [submodule "Responsive-Pelican"] path = Responsive-Pelican - url = git@github.com:ir193/Responsive-Pelican.git + url = git://github.com/ir193/Responsive-Pelican.git [submodule "hauntr"] path = hauntr url = https://github.com/kura/hauntr.git @@ -123,5 +123,5 @@ url = https://github.com/fle/pelican-sober.git [submodule "twenty-html5up"] path = twenty-html5up - url = git@github.com:frankV/twenty-pelican-html5up.git + url = git://github.com/frankV/twenty-pelican-html5up.git |