mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: musl: Download sources over HTTPS.
* gnu/packages/musl.scm (musl)[source]: Use HTTPS.
This commit is contained in:
parent
1bbdcb265a
commit
28a6eca368
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ (define-public musl
|
||||||
(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 a new issue