guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: calibre: Use HTTPS home page.


From: guix-commits
Subject: 01/15: gnu: calibre: Use HTTPS home page.
Date: Fri, 21 Feb 2020 12:39:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2ea6d49913838a7ffe992078a520a3c6bfcfd05c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:29:11 2020 +0100

    gnu: calibre: Use HTTPS home page.
    
    * gnu/packages/ebook.scm (calibre)[home-page]: Use HTTPS.
---
 gnu/packages/ebook.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 7f8aa42..5ac0fb1 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -227,7 +227,7 @@
                (delete-file-recursively font-dest)
                (symlink font-src font-dest))
              #t)))))
-    (home-page "http://calibre-ebook.com/";)
+    (home-page "https://calibre-ebook.com/";)
     (synopsis "E-book library management software")
     (description "Calibre is an e-book library manager.  It can view, convert
 and catalog e-books in most of the major e-book formats.  It can also talk



reply via email to

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