Merge pull request #196 from mlang/master
Fix "git submodule update" failing because the pujangga submodule was pointing at a non-public repo
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user