mirror of
git://git.sv.gnu.org/sed
synced 2025-04-18 02:37:37 +03:00
maint: prefer https: to git:
The idea is to defend against some adversary-in-the-middle attacks. Also prefer git.savannah.gnu.org over its shorter alias, git.sv.gnu.org to avoid a warning e.g., from git clone. Also, drop any final ".git" suffix on the resulting URIs. Inspired by Paul Eggert's nearly identical changes to coreutils.
This commit is contained in:
parent
fd9898dc4b
commit
8edd37f3c5
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "gnulib"]
|
||||
path = gnulib
|
||||
url = git://git.sv.gnu.org/gnulib.git
|
||||
url = https://git.savannah.gnu.org/git/gnulib
|
||||
|
@ -27,7 +27,7 @@ few prerequisites, later, a plain 'git pull && make' typically suffices.
|
||||
|
||||
You can get a copy of the source repository like this:
|
||||
|
||||
$ git clone git://git.sv.gnu.org/<packagename>
|
||||
$ git clone https://git.savannah.gnu.org/git/<packagename>
|
||||
$ cd <packagename>
|
||||
|
||||
where '<packagename>' stands for 'coreutils' or whatever other package
|
||||
|
Loading…
x
Reference in New Issue
Block a user