diff options
author | Matt McManus <matt.a.mcmanus@gmail.com> | 2018-08-30 09:44:48 -0600 |
---|---|---|
committer | Matt McManus <matt.a.mcmanus@gmail.com> | 2018-08-30 09:44:48 -0600 |
commit | 02027016fd8643c021411ac3f35fc0cdba252ef8 (patch) | |
tree | c8509f52fb10400eea68cbd6aec1517acc43ad24 | |
parent | 75e26725361927975a571cf96a65b39930134595 (diff) | |
download | pelican-themes-02027016fd8643c021411ac3f35fc0cdba252ef8.tar.gz |
Using HTTPS for submodule instead of SSH
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 514568a..ebbb6d2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -252,4 +252,4 @@ url = https://github.com/oulenz/pelican-grid-focus.git [submodule "brutalist"] path = brutalist - url = git@github.com:mamcmanus/brutalist.git + url = https://github.com/mamcmanus/brutalist.git |