From: Valentin Ignatev Date: Wed, 14 Mar 2018 11:27:09 +0000 (+1000) Subject: Encourage installation via https instead of http X-Git-Tag: emacs-29.0.90~1306^2~15^2~74^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a27cd3a8b;p=emacs.git Encourage installation via https instead of http --- diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index 8ff40b03929..3af91dac9fd 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi @@ -159,7 +159,7 @@ To use Melpa: @lisp (require 'package) (add-to-list 'package-archives - '("melpa" . "http://melpa.org/packages/") t) + '("melpa" . "https://melpa.org/packages/") t) @end lisp @itemize @@ -170,7 +170,7 @@ To use Melpa-Stable: @lisp (require 'package) (add-to-list 'package-archives - '("melpa-stable" . "http://stable.melpa.org/packages/") t) + '("melpa-stable" . "https://stable.melpa.org/packages/") t) @end lisp Once you have added your preferred archive, you need to update the