diff options
author | nashe <thomas@chauchefoin.fr> | 2017-07-14 18:37:35 +0100 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-07-14 18:37:35 +0100 |
commit | a05de849068af096e4bee0f471d513093cb1910e (patch) | |
tree | 2b31424c74743e3689c2fd547d6cc387131e4279 | |
parent | ecfba6a043096dd9192510cbace270864aeffba8 (diff) | |
download | planet-a05de849068af096e4bee0f471d513093cb1910e.tar planet-a05de849068af096e4bee0f471d513093cb1910e.tar.gz planet-a05de849068af096e4bee0f471d513093cb1910e.tar.bz2 planet-a05de849068af096e4bee0f471d513093cb1910e.tar.xz planet-a05de849068af096e4bee0f471d513093cb1910e.zip |
Change submodule path to https:// rather than ssh://
… and make Travis tests pass.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 44ad974..bcd2fca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "docs"] path = docs - url = git@github.com:moonmoon/moonmoon.wiki.git + url = https://github.com/moonmoon/moonmoon.wiki.git |