diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-31 15:30:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-31 15:30:06 +0200 |
commit | 31a4169c67045cfe37eed138b537930e259db1e9 (patch) | |
tree | 4aa37d23a087649a3ce19cfa26f73002c58b5b88 | |
parent | 7cf026b8989a71a0d0e775e21e697ba9f1bee987 (diff) |
Use HTTP for external submodules to help those behind firewalls
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 262e382..1d52a31 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = ../etc/style.git [submodule "config"] path = config - url = git://git.sv.gnu.org/config.git + url = http://git.sv.gnu.org/r/config.git |