summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-21 04:35:11 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-21 04:36:38 +0200
commitfd420572464a068787910f48cb171b166d707e9e (patch)
tree6c8ebb948a830c6bdcdd3ab119369f9e6c448dbb /README
parent396a74bd375941ad8db4b0fed49b0b754257380e (diff)
Prefer HTTPS to HTTP
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index a00717e..c6a50f6 100644
--- a/README
+++ b/README
@@ -461,7 +461,7 @@ To access the archive via HTTP, have a symlink (say) =/var/www/packages=
pointing to =DEST/packages=, and set up Emacs with
#+begin_src elisp
- (setq package-archives '(("new-elpa" . "http://foo.com/packages")))
+ (setq package-archives '(("new-elpa" . "https://foo.com/packages")))
#+end_src
You can also access the archive via normal file access. Such "local