mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: musl: Use HTTPS home page.
* gnu/packages/musl.scm (musl)[home-page]: Use HTTPS.
This commit is contained in:
parent
4b971dde8f
commit
78d6524aeb
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ (define-public musl
|
||||||
(synopsis "Small C standard library")
|
(synopsis "Small C standard library")
|
||||||
(description "musl is a simple and lightweight C standard library. It
|
(description "musl is a simple and lightweight C standard library. It
|
||||||
strives to be correct in the sense of standards-conformance and safety.")
|
strives to be correct in the sense of standards-conformance and safety.")
|
||||||
(home-page "http://www.musl-libc.org")
|
(home-page "https://www.musl-libc.org")
|
||||||
;; Musl as a whole is released under the Expat license. Parts of it are
|
;; Musl as a whole is released under the Expat license. Parts of it are
|
||||||
;; derived from various third-party projects that are released under
|
;; derived from various third-party projects that are released under
|
||||||
;; non-copyleft licenses. See the COPYRIGHT file for details.
|
;; non-copyleft licenses. See the COPYRIGHT file for details.
|
||||||
|
|
Loading…
Reference in a new issue