gnu: guile-sly: Use HTTPS URL.
* gnu/packages/guile.scm (guile-sly)[source]: Use 'https'. Failing to do that, we get redirected to 'https', which fails because GnuTLS is missing.
This commit is contained in:
parent
5b74fe065b
commit
8d5e7ad29a
|
@ -812,7 +812,7 @@ users and in some situations.")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://files.dthompson.us/sly/sly-"
|
(uri (string-append "https://files.dthompson.us/sly/sly-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue