From e243b7546d4935e12271eb14e2471a28d7608a3d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 6 Oct 2024 12:17:06 +0300 Subject: gnu: musl: Fix searching for new releases. * gnu/packages/musl.scm (musl)[properties]: New field. Change-Id: I94519684caa13f58d872405d250d3a1ee9dc12dd --- gnu/packages/musl.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') 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. -- cgit v1.2.3 ojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.cil.in
AgeCommit message (Expand)Author