emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/midi-kbd 9de0ced3a8: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/midi-kbd 9de0ced3a8: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:07:49 -0500 (EST)

branch: externals/midi-kbd
commit 9de0ced3a8c82b43b6658f43a682412771c05220
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 midi-kbd.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/midi-kbd.el b/midi-kbd.el
index 5bdcc55531..892c3abf33 100644
--- a/midi-kbd.el
+++ b/midi-kbd.el
@@ -19,7 +19,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:
 
@@ -94,7 +94,7 @@
            (intern (concat "up-" (symbol-name i))))))
 
 ;; Emacs can deal with up-events like with down-events since the patch
-;; in <URL:http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19746> has
+;; in <URL:https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19746> has
 ;; been committed to Emacs.
 ;;
 ;; Older versions will erupt in violence when forced to deal with an



reply via email to

[Prev in Thread] Current Thread [Next in Thread]