mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: musl: Fix searching for new releases.
* gnu/packages/musl.scm (musl)[properties]: New field. Change-Id: I94519684caa13f58d872405d250d3a1ee9dc12dd
This commit is contained in:
parent
93392a4d59
commit
e243b7546d
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ (define-public musl
|
|||
(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://musl.libc.org")
|
||||
(properties `((release-monitoring-url . ,home-page)))
|
||||
;; 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.
|
||||
|
|
Loading…
Reference in a new issue