gnu: libedit: Download over HTTPS.

* gnu/packages/libedit.scm (libedit)[source]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-30 00:18:49 +01:00
parent bd189ebcc5
commit 2dbd8365da
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -33,7 +33,7 @@ (define-public libedit
(source
(origin
(method url-fetch)
(uri (string-append "http://thrysoee.dk/editline"
(uri (string-append "https://thrysoee.dk/editline"
"/libedit-" version ".tar.gz"))
(sha256
(base32 "0fdznw6fklis39xqk30ihw8dl8kdw9fzq1z42jmbyy6lc1k07zvd"))))