gnu: libedit: Download over HTTPS.
* gnu/packages/libedit.scm (libedit)[source]: Use HTTPS.
This commit is contained in:
parent
bd189ebcc5
commit
2dbd8365da
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://thrysoee.dk/editline"
|
(uri (string-append "https://thrysoee.dk/editline"
|
||||||
"/libedit-" version ".tar.gz"))
|
"/libedit-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fdznw6fklis39xqk30ihw8dl8kdw9fzq1z42jmbyy6lc1k07zvd"))))
|
(base32 "0fdznw6fklis39xqk30ihw8dl8kdw9fzq1z42jmbyy6lc1k07zvd"))))
|
||||||
|
|
Reference in a new issue