gnu: xjobs: Add 'release-monitoring-url' property.
* gnu/packages/parallel.scm (xjobs)[properties]: New field.
This commit is contained in:
parent
9d439e3ba0
commit
cefa260fb4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue