gnu: xjobs: Add 'release-monitoring-url' property.

* gnu/packages/parallel.scm (xjobs)[properties]: New field.
This commit is contained in:
Ludovic Courtès 2021-05-28 23:03:12 +02:00
parent 9d439e3ba0
commit cefa260fb4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -154,6 +154,7 @@ (define-public xjobs
`(("flex" ,flex)
("which" ,which)))
(home-page "http://www.maier-komor.de/xjobs.html")
(properties `((release-monitoring-url . ,home-page)))
(synopsis
"Parallel execution of jobs with several useful options")
(description