gnu: cups-filters: Download over HTTPS.
* gnu/packages/cups.scm (cups-filters)[source]: Use HTTPS.
This commit is contained in:
parent
b35936880d
commit
96b44a9456
|
@ -61,7 +61,7 @@
|
||||||
(source(origin
|
(source(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "http://openprinting.org/download/cups-filters/"
|
(string-append "https://openprinting.org/download/cups-filters/"
|
||||||
"cups-filters-" version ".tar.xz"))
|
"cups-filters-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue