gnu: musl: Download sources over HTTPS.
* gnu/packages/musl.scm (musl)[source]: Use HTTPS.
This commit is contained in:
parent
1bbdcb265a
commit
28a6eca368
|
@ -31,7 +31,7 @@
|
|||
(version "1.1.21")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.musl-libc.org/releases/"
|
||||
(uri (string-append "https://www.musl-libc.org/releases/"
|
||||
"musl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in New Issue