diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:45:52 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 08:45:52 +0100 |
| commit | ded8e75454a3d33f93efc8a5ca2c6041173d6c74 (patch) | |
| tree | 5b5696dfa914fb787520842e917fb21f0bf1ea01 | |
| parent | 0a9612e01c7c70100c1d11e9a2466c2b7da8e0a5 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/aumix-mode
| -rw-r--r-- | aumix-mode.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aumix-mode.el b/aumix-mode.el index 96ae08f..0edb3f7 100644 --- a/aumix-mode.el +++ b/aumix-mode.el @@ -5,7 +5,7 @@ ;; Author: Kevin Ryde <user42_kevin@yahoo.com.au> ;; Version: 7 ;; Keywords: multimedia, mixer, aumix -;; URL: http://user42.tuxfamily.org/aumix-mode/index.html +;; URL: https://user42.tuxfamily.org/aumix-mode/index.html ;; EmacsWiki: Aumix ;; ;; aumix-mode.el is free software; you can redistribute it and/or modify it @@ -19,7 +19,7 @@ ;; Public License for more details. ;; ;; You can get a copy of the GNU General Public License online at -;; <http://www.gnu.org/licenses/>. +;; <https://www.gnu.org/licenses/>. ;;; Commentary: @@ -68,7 +68,7 @@ :prefix "aumix-mode-" :group 'multimedia :link '(url-link :tag "aumix-mode.el home page" - "http://user42.tuxfamily.org/aumix-mode/index.html") + "https://user42.tuxfamily.org/aumix-mode/index.html") :link '(url-link :tag "Aumix home page" "http://jpj.net/~trevor/aumix.html")) @@ -180,7 +180,7 @@ buffer is desired. The aumix home page is URL `http://jpj.net/~trevor/aumix.html' The aumix-mode.el home page is - URL `http://user42.tuxfamily.org/aumix-mode/index.html' + URL `https://user42.tuxfamily.org/aumix-mode/index.html' ---- \\{aumix-mode-map} |
