diff options
author | Patrick Lucas <me@patricklucas.com> | 2016-06-13 16:23:14 -0400 |
---|---|---|
committer | Patrick Lucas <me@patricklucas.com> | 2016-06-13 16:23:16 -0400 |
commit | 6e2f117a3183d7d0c2b121d52aa3a050038bc7e9 (patch) | |
tree | 7520999e66300847e71b52944c7e6cb48798f937 | |
parent | d233c622f356d62807b5aa913cf7e670f7a710bd (diff) | |
download | pelican-themes-6e2f117a3183d7d0c2b121d52aa3a050038bc7e9.tar.gz |
Fix eevee submodule path
Use 'https' instead of 'git' for the submodule scheme so non-@kura
users can successfully update submodules.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 69f36dd..ecd1494 100644 --- a/.gitmodules +++ b/.gitmodules @@ -219,4 +219,4 @@ url = https://github.com/mothsART/pelican-lab [submodule "eevee"] path = eevee - url = git@github.com:kura/eevee.git + url = https://github.com/kura/eevee.git |