From 26fb4168b884eeb910580c42e87efb73399019c9 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 9 Dec 2021 16:22:17 +0100 Subject: ; Prefer HTTPS in more URLs --- lisp/net/newst-backend.el | 2 +- lisp/net/newst-reader.el | 2 +- lisp/net/newst-ticker.el | 2 +- lisp/net/newsticker.el | 2 +- lisp/net/quickurl.el | 2 +- lisp/net/tramp-archive.el | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lisp/net') diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index c7a87a6cc18..03a297ca41f 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el @@ -4,7 +4,7 @@ ;; Author: Ulf Jasper ;; Filename: newst-backend.el -;; URL: http://www.nongnu.org/newsticker +;; URL: https://www.nongnu.org/newsticker ;; Keywords: News, RSS, Atom ;; Package: newsticker diff --git a/lisp/net/newst-reader.el b/lisp/net/newst-reader.el index 40e304402ad..b228ea9a60f 100644 --- a/lisp/net/newst-reader.el +++ b/lisp/net/newst-reader.el @@ -4,7 +4,7 @@ ;; Author: Ulf Jasper ;; Filename: newst-reader.el -;; URL: http://www.nongnu.org/newsticker +;; URL: https://www.nongnu.org/newsticker ;; Package: newsticker ;; ====================================================================== diff --git a/lisp/net/newst-ticker.el b/lisp/net/newst-ticker.el index 8cfafb5bfe4..068b862b694 100644 --- a/lisp/net/newst-ticker.el +++ b/lisp/net/newst-ticker.el @@ -4,7 +4,7 @@ ;; Author: Ulf Jasper ;; Filename: newst-ticker.el -;; URL: http://www.nongnu.org/newsticker +;; URL: https://www.nongnu.org/newsticker ;; Keywords: News, RSS, Atom ;; Package: newsticker diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index c1714218be9..52576c936a3 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el @@ -4,7 +4,7 @@ ;; Author: Ulf Jasper ;; Filename: newsticker.el -;; URL: http://www.nongnu.org/newsticker +;; URL: https://www.nongnu.org/newsticker ;; Created: 17. June 2003 ;; Keywords: News, RSS, Atom diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el index 7f147fa0ded..ed7d7e53a96 100644 --- a/lisp/net/quickurl.el +++ b/lisp/net/quickurl.el @@ -55,7 +55,7 @@ ;; ;; (("GNU" . "https://www.gnu.org/") ;; ("FSF" "https://www.fsf.org/" "The Free Software Foundation") -;; ("emacs" . "http://www.emacs.org/") +;; ("emacs" . "https://www.emacs.org/") ;; ("davep" "http://www.davep.org/" "Dave's homepage")) ;; ;; In case you're wondering about the mixture of cons cells and lists, diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index 8bf25151dfb..bd0f82cbad6 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -103,7 +103,7 @@ ;; It is even possible to access file archives in file archives, as ;; (find-file -;; "http://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") +;; "https://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") ;;; Code: -- cgit v1.2.1