From 37fa56cf6efdd2c14a27e59973e51a698513122e Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 2 Jul 2022 16:47:28 +0200 Subject: 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(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/swig.scm
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....Ludovic Courtès