Skip to content
Snippets Groups Projects
Commit 8d5e7ad2 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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.
parent 5b74fe06
No related branches found
No related tags found
No related merge requests found
...@@ -812,7 +812,7 @@ (define-public guile-sly ...@@ -812,7 +812,7 @@ (define-public guile-sly
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment