summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-21 08:52:24 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-21 08:52:24 +0100
commit1251c94f85329de9f957408d405742023f6c50e2 (patch)
tree6938a79c71aa4545262af4f0caa69ba5a052113f
parente20134788c4556c4c0a15edf5870a4d44186bee1 (diff)
; Prefer HTTPS to HTTP in URLsexternals/djvu
-rw-r--r--djvu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/djvu.el b/djvu.el
index 9b1b64b..6d62e80 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