diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2023-02-04 11:53:50 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2023-02-04 14:13:27 -0800 |
commit | 407d8af1164de70fb02fce2eea01160de13a0feb (patch) | |
tree | a961af9ddecb3dabde0667d6d86a9615e203d7b2 /.gitmodules | |
parent | d42e4e9191abb818fc0e28507085a3945eed1477 (diff) | |
download | coreutils-407d8af1164de70fb02fce2eea01160de13a0feb.tar.gz |
maint: prefer https: to git:
The idea is to defend against some adversary-in-the-middle attacks.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bb9e1baf5..9993f5527 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "gnulib"] path = gnulib - url = git://git.sv.gnu.org/gnulib.git + url = https://git.savannah.gnu.org/git/gnulib.git |