1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -154,6 +154,7 @@ execution is also possible.")
`(("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