diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-07 16:53:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-07 16:53:40 +0200 |
commit | fccdd9352e4999b4834bbee61d5e96f0b5380e66 (patch) | |
tree | e3c8e5b698145afeafd0d9d896eeb68f13809821 | |
parent | acfa68e443f2ec694d2716b8437bee1594d004b6 (diff) |
Switch to HTTPS for config submodule
Also use the full hostname where the original now redirects to.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 5b92577..f83ce9d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = ../style.git [submodule "config"] path = config - url = http://git.sv.gnu.org/r/config.git + url = https://git.savannah.gnu.org/r/config.git |