summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-21 04:26:52 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-21 04:27:04 +0200
commit3745515fef9edecd5ddafcb837bf728e2a7c8623 (patch)
tree7657cc38fff01d68d9be5cf88589ff35b7ee6160 /README
parenta0765de1ddfb59fb066de253480437e5724988a0 (diff)
Prefer HTTPS to HTTP in many links
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index fdf1027..38731dd 100644
--- a/README
+++ b/README
@@ -294,7 +294,7 @@ To access the archive via HTTP, have a symlink (say) =/var/www/packages=
pointing to the =archive/= subdirectory, 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