mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +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")
|
||||
(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 a new issue