diff options
author | Xavier Roche <roche@httrack.com> | 2015-03-20 14:08:24 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2015-03-20 14:08:24 +0100 |
commit | 4474146b52234f1c4ffb2d6c4d27790ba084560b (patch) | |
tree | ef7547c1003d67f73afb7ac0e0959712ceb14555 | |
parent | 292299f6d0d1238f01d156fd4155f6f1f9c2136c (diff) |
Changed .gitmodules submodule pull URL to https, but keeping the push URL (.git/modules/src/coucal/config) to ssh (closes #64)
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 4608a5f..5971ad5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/coucal"] path = src/coucal - url = git@github.com:xroche/coucal.git + url = https://github.com/xroche/coucal.git |