summaryrefslogtreecommitdiff
path: root/gnu/packages/musl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-23 13:02:02 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-02-23 16:00:04 +0100
commit78d6524aeb0d04c47582e28710dcc6308af489f7 (patch)
treef2cecd52383c49bd9d52c68013af32627a0f1505 /gnu/packages/musl.scm
parent4b971dde8f987c0762d9e5bac9243ce930881376 (diff)
downloadguix-patches-78d6524aeb0d04c47582e28710dcc6308af489f7.tar
guix-patches-78d6524aeb0d04c47582e28710dcc6308af489f7.tar.gz
gnu: musl: Use HTTPS home page.
* gnu/packages/musl.scm (musl)[home-page]: Use HTTPS.
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 fb9b0a1c69..ff789b8c6f 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.