diff options
author | Justin Mayer <entroP@gmail.com> | 2014-02-24 21:55:19 +0100 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2014-02-24 21:55:19 +0100 |
commit | e73a705933b086fb21198cbb52f4966958e03477 (patch) | |
tree | 35a6c30776f25a049334b19ac8889fc63aa14aa7 | |
parent | 54f9776ac9d060de53902d6dc6380e7229b6a76f (diff) | |
parent | db51576fc164443df5df12ec61745cb411f3dbfd (diff) | |
download | pelican-themes-e73a705933b086fb21198cbb52f4966958e03477.tar.gz |
Merge pull request #196 from mlang/master
Fix "git submodule update" failing because the pujangga submodule was pointing at a non-public repo
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 816e0aa..29c6d41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -87,7 +87,7 @@ url = https://github.com/fle/pelican-simplegrey [submodule "pujangga"] path = pujangga - url = git@github.com:habibillah/pujangga.git + url = https://github.com/habibillah/pujangga.git [submodule "lovers"] path = lovers url = https://github.com/chdoig/pelican-bootstrap3-lovers.git |