mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: mupdf: Use https.
* gnu/packages/pdf.scm (mupdf)[source]: Use https. [home-page]: Same.
This commit is contained in:
parent
31f248fa2c
commit
76379dcace
1 changed files with 2 additions and 2 deletions
|
@ -570,7 +570,7 @@ (define-public mupdf
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://mupdf.com/downloads/archive/"
|
(uri (string-append "https://mupdf.com/downloads/archive/"
|
||||||
name "-" version "-source.tar.gz"))
|
name "-" version "-source.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -615,7 +615,7 @@ (define-public mupdf
|
||||||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "http://mupdf.com")
|
(home-page "https://mupdf.com")
|
||||||
(synopsis "Lightweight PDF viewer and toolkit")
|
(synopsis "Lightweight PDF viewer and toolkit")
|
||||||
(description
|
(description
|
||||||
"MuPDF is a C library that implements a PDF and XPS parsing and
|
"MuPDF is a C library that implements a PDF and XPS parsing and
|
||||||
|
|
Loading…
Reference in a new issue