summaryrefslogtreecommitdiff
path: root/INSTALL.REPO
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-02-04 14:24:37 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-02-04 15:14:15 -0800
commit7e1c7db1cb5a33a66115bb767224bdc79a257266 (patch)
treeb580887ed75c082575572d01feda3cbbce2cfcc0 /INSTALL.REPO
parentc39c26e33f6bb45479bbd1a80df8c97cf750a56a (diff)
downloademacs-7e1c7db1cb5a33a66115bb767224bdc79a257266.tar.gz
Prefer https: to git: URIs
Prefer https: to git: URIs on Savannah. The idea is to avoid some adversary-in-the-middle attacks on developers.
Diffstat (limited to 'INSTALL.REPO')
-rw-r--r--INSTALL.REPO2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO
index dcbbbcb9594..ea88842cfa9 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -4,7 +4,7 @@ The Emacs repository is hosted on Savannah. The following Git command
will clone the repository to the 'emacs' subdirectory of the current
directory on your local machine:
- git clone git://git.sv.gnu.org/emacs.git
+ git clone https://git.savannah.gnu.org/git/emacs.git
To build the repository code, simply run 'make' in the 'emacs'
directory. This should work if your files are freshly checked out