gnu: shroud: Use HTTPS source URL.
* gnu/packages/password-utils.scm (shroud)[source]: Use HTTPS URL.master
parent
59d915ac37
commit
a652eb9331
|
@ -108,7 +108,7 @@ algorithms AES or Twofish.")
|
||||||
(version "0.1.1")
|
(version "0.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://files.dthompson.us/shroud/shroud-"
|
(uri (string-append "https://files.dthompson.us/shroud/shroud-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in New Issue