diff options
author | Kura <kura@kura.io> | 2016-06-13 21:30:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-13 21:30:06 +0100 |
commit | 4a43de2711671f9961a45c96c6ef1f71f54c99f5 (patch) | |
tree | 7520999e66300847e71b52944c7e6cb48798f937 | |
parent | d233c622f356d62807b5aa913cf7e670f7a710bd (diff) | |
parent | 6e2f117a3183d7d0c2b121d52aa3a050038bc7e9 (diff) | |
download | pelican-themes-4a43de2711671f9961a45c96c6ef1f71f54c99f5.tar.gz |
Merge pull request #407 from patricklucas/fix_submodule_path
Fix eevee submodule path
-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 |