diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:29:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-21 18:33:35 +0100 |
commit | 2ea6d49913838a7ffe992078a520a3c6bfcfd05c (patch) | |
tree | 68925e5d40bd9f4196aae3d4070c63ccfb116d87 /gnu/packages/ebook.scm | |
parent | 536cc4aae5b58b45b974530646a4916a29a8aa6c (diff) | |
download | patches-2ea6d49913838a7ffe992078a520a3c6bfcfd05c.tar patches-2ea6d49913838a7ffe992078a520a3c6bfcfd05c.tar.gz |
gnu: calibre: Use HTTPS home page.
* gnu/packages/ebook.scm (calibre)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r-- | gnu/packages/ebook.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 7f8aa42e95..5ac0fb1533 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 |