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")
|
(version "1.1.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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"))
|
"musl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue