summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
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 /CONTRIBUTE
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 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 674b4e5b18c..dcf34f48fe5 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -18,7 +18,7 @@ To configure Git for Emacs development, you can run the following:
The following shell commands then build and run Emacs from scratch:
- git clone git://git.sv.gnu.org/emacs.git
+ git clone https://git.savannah.gnu.org/git/emacs.git
cd emacs
./autogen.sh
./configure