branch: externals/aumix-mode
commit ded8e75454a3d33f93efc8a5ca2c6041173d6c74
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 aumix-mode.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/aumix-mode.el b/aumix-mode.el
index 96ae08f21a..0edb3f7996 100644
--- a/aumix-mode.el
+++ b/aumix-mode.el
@@ -5,7 +5,7 @@
 ;; Author: Kevin Ryde <user42_ke...@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}

Reply via email to