summaryrefslogtreecommitdiff
path: root/README-hacking
diff options
context:
space:
mode:
authorJim Meyering <meyering@meta.com>2023-02-04 21:43:48 -0800
committerJim Meyering <meyering@meta.com>2023-02-04 21:43:48 -0800
commit8edd37f3c5400b7a2c33003f070b420ebee4d832 (patch)
tree867917958a9e70f25f262eb182130a2bbf33981b /README-hacking
parentfd9898dc4b5d6cccfa4f65a819263113998d466c (diff)
downloadsed-master.tar.gz
maint: prefer https: to git:HEADmaster
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.
Diffstat (limited to 'README-hacking')
-rw-r--r--README-hacking2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-hacking b/README-hacking
index bc48463..bd54844 100644
--- a/README-hacking
+++ b/README-hacking
@@ -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