branch: elpa-admin commit fd420572464a068787910f48cb171b166d707e9e Author: Stefan Kangas <ste...@marxist.se> Commit: Stefan Kangas <ste...@marxist.se>
Prefer HTTPS to HTTP --- README | 2 +- README.org | 2 +- elpa-admin.el | 6 +++--- 3 files changed, 5 insertions(+), 5 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 diff --git a/README.org b/README.org index 70c7430..d050698 100644 --- a/README.org +++ b/README.org @@ -239,7 +239,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with NonGNU ELPA. If not, see <http://www.gnu.org/licenses/>. +along with NonGNU ELPA. If not, see <https://www.gnu.org/licenses/>. #+STARTUP: showall diff --git a/elpa-admin.el b/elpa-admin.el index 6df8efb..db7c01d 100644 --- a/elpa-admin.el +++ b/elpa-admin.el @@ -15,7 +15,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: @@ -966,7 +966,7 @@ Rename DIR/ to PKG-VERS/, and return the descriptor." <div class=\"footer\"> <div class=\"container\"> <p>Copyright 2016-%s <a href=\"https://fsf.org\">Free Software Foundation</a>, Inc.</p> - <p>Design provided by <a href=\"http://nicolas.petton.fr\">Nicolas Petton</a></p> + <p>Design provided by <a href=\"https://nicolas.petton.fr\">Nicolas Petton</a></p> <p> This website is licensed under the <a href=\"https://creativecommons.org/licenses/by-nd/4.0/\">CC BY-ND 4.0</a> @@ -1078,7 +1078,7 @@ Rename DIR/ to PKG-VERS/, and return the descriptor." url (elpaa--html-quote url))) (when (string-match (elpaa--default-url-re) url) (setq url nil))) - (let* ((git-sv "http://git.savannah.gnu.org/") + (let* ((git-sv "https://git.savannah.gnu.org/") (urls (if (eq (nth 1 pkg-spec) :core) (let* ((files (nth 2 pkg-spec))