diff options
author | Kyle Fuller <inbox@kylefuller.co.uk> | 2015-01-14 09:43:21 +0100 |
---|---|---|
committer | Kyle Fuller <inbox@kylefuller.co.uk> | 2015-01-14 09:43:21 +0100 |
commit | c413923f5c01713b6186bef2716a21bf99c2bd40 (patch) | |
tree | ece9ea58780855cb291994e5fa5121ebfb5450ec | |
parent | f1479e0705cc2caecc59721e59ebc831e0f95c0f (diff) | |
parent | fce6cfd8e5ca808923f02a911646bd50f604dd61 (diff) | |
download | pelican-themes-c413923f5c01713b6186bef2716a21bf99c2bd40.tar.gz |
Merge pull request #281 from mozillazg/patch-1
update niu-x2 theme url from http to https
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 4b49611..8b80600 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,7 +75,7 @@ url = https://github.com/talha131/pelican-elegant.git [submodule "niu-x2"] path = niu-x2 - url = http://github.com/wilbur-ma/niu-x2 + url = https://github.com/wilbur-ma/niu-x2.git [submodule "storm"] path = storm url = https://github.com/redVi/storm.git |