diff mbox series

[bug#39518] update musl URL

Message ID CAEwRq=one45=o9Rjoj_7cqu8pP=knZSD1yiNDmRAGPJ11A9MAw@mail.gmail.com
State Accepted
Headers show
Series [bug#39518] update musl URL | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Vincent Legoll Feb. 9, 2020, 9:06 a.m. UTC
The following patch updates the package home-page URL
diff mbox series

Patch

From caf13a520d6fc8987916aa2e8c5febd9a06ba7c1 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sat, 8 Feb 2020 18:08:08 +0100
Subject: [PATCH] gnu: musl: update home page URL * gnu/packages/musl.scm
 (musl)[home-page]: update URL

---
 gnu/packages/musl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
2.25.0