diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-02-08 18:08:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-09 20:31:18 +0100 |
commit | 13c6f9c9885092fe693ad29b0fe1e807de11a548 (patch) | |
tree | 99f7becbd18aaa555ec4eb216590eca4473640bf /gnu | |
parent | 27b09f3ab11a30821a5ce0b071aac1bc6156497d (diff) | |
download | patches-13c6f9c9885092fe693ad29b0fe1e807de11a548.tar patches-13c6f9c9885092fe693ad29b0fe1e807de11a548.tar.gz |
gnu: musl: Update home page.
* gnu/packages/musl.scm (musl)[home-page]: Update.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/musl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm index 6a6344efb5..7e4e27d00d 100644 --- a/gnu/packages/musl.scm +++ b/gnu/packages/musl.scm @@ -44,7 +44,7 @@ (synopsis "Small C standard library") (description "musl is a simple and lightweight C standard library. It strives to be correct in the sense of standards-conformance and safety.") - (home-page "https://www.musl-libc.org") + (home-page "https://musl.libc.org") ;; Musl as a whole is released under the Expat license. Parts of it are ;; derived from various third-party projects that are released under ;; non-copyleft licenses. See the COPYRIGHT file for details. |