Archived
1
0
Fork 0

gnu: gd: Add release-monitoring-url.

* gnu/packages/gd.scm (gd)[properties]: Set upstream-name and
release-monitoring-url.
This commit is contained in:
Marius Bakke 2022-07-02 16:47:28 +02:00
parent cf2e29cc30
commit 37fa56cf6e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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.") most common applications of GD involve website development.")
(license (non-copyleft "file://COPYING" (license (non-copyleft "file://COPYING"
"See COPYING file in the distribution.")) "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 (define-public perl-gd
(package (package