diff options
author | Nolan Nichols <nolan.nichols@gmail.com> | 2013-11-11 14:15:35 -0800 |
---|---|---|
committer | Nolan Nichols <nolan.nichols@gmail.com> | 2013-11-11 14:15:35 -0800 |
commit | 3a31aaacf098f14056aa4d8a188f7e9f885edec5 (patch) | |
tree | 0c4dc2ff0a8fe585852f744d2f148c77bae04891 /.gitmodules | |
parent | a5308bbc72b5eb76761fe2e83aa8c76b1ef8170e (diff) | |
download | pelican-themes-3a31aaacf098f14056aa4d8a188f7e9f885edec5.tar.gz |
fix: updated repo url for themes that were failing to sync
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 69bcf2a..297412a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -51,7 +51,7 @@ url = https://github.com/PierrePaul/html5-dopetrope.git [submodule "plumage"] path = plumage - url = git@github.com:kdeldycke/plumage.git + url = https://github.com/kdeldycke/plumage.git [submodule "sundown"] path = sundown url = https://github.com/keningle/pelican-sundown.git @@ -60,13 +60,13 @@ url = https://github.com/porterjamesj/crowsfoot.git [submodule "elegant"] path = elegant - url = git@github.com:talha131/pelican-elegant.git + url = https://github.com/talha131/pelican-elegant.git [submodule "niu-x2"] path = niu-x2 url = http://github.com/wilbur-ma/niu-x2 [submodule "storm"] path = storm - url = git@github.com:redVi/storm.git + url = https://github.com/redVi/storm.git [submodule "pure"] path = pure url = https://github.com/danclaudiupop/pure.git @@ -78,7 +78,7 @@ url = https://github.com/jjimenezlopez/pelipress.git [submodule "blueidea"] path = blueidea - url = git@github.com:blueicefield/pelican-blueidea.git + url = https://github.com/blueicefield/pelican-blueidea.git [submodule "sora"] path = sora url = https://github.com/if1live/pelican-sora.git |