summaryrefslogtreecommitdiff
path: root/gnu/packages/musl.scm
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-02-08 18:08:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-09 20:31:18 +0100
commit13c6f9c9885092fe693ad29b0fe1e807de11a548 (patch)
tree99f7becbd18aaa555ec4eb216590eca4473640bf /gnu/packages/musl.scm
parent27b09f3ab11a30821a5ce0b071aac1bc6156497d (diff)
downloadguix-patches-13c6f9c9885092fe693ad29b0fe1e807de11a548.tar
guix-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/packages/musl.scm')
-rw-r--r--gnu/packages/musl.scm2
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.