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

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

[elpa] externals/ascii-art-to-unicode ec8ce763e5: ; Prefer HTTPS to HTTP


From: Stefan Kangas
Subject: [elpa] externals/ascii-art-to-unicode ec8ce763e5: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 02:43:55 -0500 (EST)

branch: externals/ascii-art-to-unicode
commit ec8ce763e51fd91b3d9816799b6e828e3a9ea9eb
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 NEWS                    | 4 ++--
 ascii-art-to-unicode.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 049b401e24..38d1fe06a8 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ See the end for copying conditions.
 
 - 1.9 | 2014-05-29
   - new command: ‘aa2u-mark-rectangle-as-text’
-  - new homepage: http://www.gnuvola.org/software/aa2u/
+  - new homepage: https://www.gnuvola.org/software/aa2u/
 
 - 1.8 | 2014-05-21
   - new command: ‘aa2u-mark-as-text’
@@ -36,7 +36,7 @@ See the end for copying conditions.
   - ‘aa2u’ takes args BEG and END
 
 - 1.4 | 2014-01-14
-  - move to ELPA (from <http://www.gnuvola.org/software/j/aa2u/>)
+  - move to ELPA (from <https://www.gnuvola.org/software/j/aa2u/>)
   - change copyright to FSF
   - require 'cl-lib instead of 'cl
   - use ‘cl-flet’ and ‘cl-labels’
diff --git a/ascii-art-to-unicode.el b/ascii-art-to-unicode.el
index 3bc135e3b2..dbf9fd6586 100644
--- a/ascii-art-to-unicode.el
+++ b/ascii-art-to-unicode.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
 ;; Version: 1.13
 ;; Keywords: ascii, unicode, box-drawing
-;; URL: http://www.gnuvola.org/software/aa2u/
+;; URL: https://www.gnuvola.org/software/aa2u/
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -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:
 



reply via email to

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