mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: calibre: Use HTTPS home page.
* gnu/packages/ebook.scm (calibre)[home-page]: Use HTTPS.
This commit is contained in:
parent
536cc4aae5
commit
2ea6d49913
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ (define-public calibre
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue