gnu: musl: Fix searching for new releases.

* gnu/packages/musl.scm (musl)[properties]: New field.

Change-Id: I94519684caa13f58d872405d250d3a1ee9dc12dd
This commit is contained in:
Efraim Flashner 2024-10-06 12:17:06 +03:00
parent 93392a4d59
commit e243b7546d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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