diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-10-06 12:17:06 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-10-06 20:01:53 +0300 |
commit | e243b7546d4935e12271eb14e2471a28d7608a3d (patch) | |
tree | a71673e3d59c32c37424cede05ea510dc5c00735 /gnu | |
parent | 93392a4d5998ca27a486f50fc29e2a7dde29cad4 (diff) | |
download | guix-e243b7546d4935e12271eb14e2471a28d7608a3d.tar.gz guix-e243b7546d4935e12271eb14e2471a28d7608a3d.zip |
gnu: musl: Fix searching for new releases.
* gnu/packages/musl.scm (musl)[properties]: New field.
Change-Id: I94519684caa13f58d872405d250d3a1ee9dc12dd
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/musl.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm index 07a8671750..102aeca2a8 100644 --- a/gnu/packages/musl.scm +++ b/gnu/packages/musl.scm @@ -51,6 +51,7 @@ (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. |