guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/15: gnu: gd: Add release-monitoring-url.


From: guix-commits
Subject: 08/15: gnu: gd: Add release-monitoring-url.
Date: Tue, 5 Jul 2022 18:38:47 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 37fa56cf6efdd2c14a27e59973e51a698513122e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 2 16:47:28 2022 +0200

    gnu: gd: Add release-monitoring-url.
    
    * gnu/packages/gd.scm (gd)[properties]: Set upstream-name and
    release-monitoring-url.
---
 gnu/packages/gd.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 9e422dbe97..eea6bb8a04 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -93,7 +93,10 @@ most anything else, on the fly.  While not restricted to use 
on the web, the
 most common applications of GD involve website development.")
     (license (non-copyleft "file://COPYING"
                            "See COPYING file in the distribution."))
-    (properties '((cpe-name . "libgd")))))
+    (properties '((cpe-name . "libgd")
+                  (upstream-name . "libgd")
+                  (release-monitoring-url
+                   . "https://github.com/libgd/libgd/releases";)))))
 
 (define-public perl-gd
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]