~ruther/guix-local

78d6524aeb0d04c47582e28710dcc6308af489f7 — Tobias Geerinckx-Rice 8 years ago 4b971dd
gnu: musl: Use HTTPS home page.

* gnu/packages/musl.scm (musl)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/musl.scm
M gnu/packages/musl.scm => gnu/packages/musl.scm +1 -1
@@ 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.