guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/17: gnu: musl: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 03/17: gnu: musl: Use HTTPS home page.
Date: Fri, 23 Feb 2018 11:46:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 78d6524aeb0d04c47582e28710dcc6308af489f7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 23 13:02:02 2018 +0100

    gnu: musl: Use HTTPS home page.
    
    * gnu/packages/musl.scm (musl)[home-page]: Use HTTPS.
---
 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 fb9b0a1..ff789b8 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 "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
     ;; derived from various third-party projects that are released under
     ;; non-copyleft licenses.  See the COPYRIGHT file for details.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]