diff options
| author | Stefan Kangas <stefan@marxist.se> | 2021-04-21 04:35:11 +0200 |
|---|---|---|
| committer | Stefan Kangas <stefan@marxist.se> | 2021-04-21 04:36:38 +0200 |
| commit | fd420572464a068787910f48cb171b166d707e9e (patch) | |
| tree | 6c8ebb948a830c6bdcdd3ab119369f9e6c448dbb /README | |
| parent | 396a74bd375941ad8db4b0fed49b0b754257380e (diff) | |
Prefer HTTPS to HTTP
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
