mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ (define-public guile-sly
|
|||
(version "0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://files.dthompson.us/sly/sly-"
|
||||
(uri (string-append "https://files.dthompson.us/sly/sly-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue