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

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

[elpa] externals/djvu 1251c94f85: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/djvu 1251c94f85: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 02:52:35 -0500 (EST)

branch: externals/djvu
commit 1251c94f85329de9f957408d405742023f6c50e2
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

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

diff --git a/djvu.el b/djvu.el
index 9b1b64b4d0..6d62e80cc8 100644
--- a/djvu.el
+++ b/djvu.el
@@ -17,12 +17,12 @@
 ;; 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:
 
 ;; This package is a front end for the command-line program djvused
-;; from DjVuLibre, see http://djvu.sourceforge.net/.  It assumes you
+;; from DjVuLibre, see https://djvu.sourceforge.net/.  It assumes you
 ;; have the programs djvused, djview, ddjvu, and djvm installed.
 ;; The main purpose of djvu.el is to edit Djvu documents via djvused.
 ;; If you only seek an Emacs viewer for Djvu documents, you may be



reply via email to

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