aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/repo
diff options
context:
space:
mode:
authorPaul Eggert2017-10-01 19:53:56 -0700
committerPaul Eggert2017-10-01 19:59:01 -0700
commit5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch)
tree6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /admin/notes/repo
parent8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff)
downloademacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz
emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass, notably those in lists.gnu.org. Although lists.gnu.org does not yet support TLS 1.1, TLS 1.0 is better than nothing. * lisp/erc/erc.el (erc-official-location): * lisp/mail/emacsbug.el (report-emacs-bug): Use https:, not http:.
Diffstat (limited to 'admin/notes/repo')
-rw-r--r--admin/notes/repo4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/notes/repo b/admin/notes/repo
index 0da1e1e227a..827d6ed1b98 100644
--- a/admin/notes/repo
+++ b/admin/notes/repo
@@ -11,7 +11,7 @@ install it only on the emacs-24 branch, not on the master as well.
11Installing things manually into more than one branch makes merges more 11Installing things manually into more than one branch makes merges more
12difficult. 12difficult.
13 13
14http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01124.html 14https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01124.html
15 15
16The exception is, if you know that the change will be difficult to 16The exception is, if you know that the change will be difficult to
17merge to the master (eg because the master code has changed a lot). 17merge to the master (eg because the master code has changed a lot).
@@ -40,7 +40,7 @@ so interim merges are unnecessary.
40Or use shelves; or rebase; or do something else. See the thread for 40Or use shelves; or rebase; or do something else. See the thread for
41yet another fun excursion into the exciting world of version control. 41yet another fun excursion into the exciting world of version control.
42 42
43http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00086.html 43https://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00086.html
44 44
45* Installing changes from gnulib 45* Installing changes from gnulib
46 46