guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 12/12: gnu: xjobs: Add 'release-monitoring-url' property.
Date: Fri, 28 May 2021 17:05:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cefa260fb42693b87545b1baab8cef9723827f80
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 28 23:03:12 2021 +0200

    gnu: xjobs: Add 'release-monitoring-url' property.
    
    * gnu/packages/parallel.scm (xjobs)[properties]: New field.
---
 gnu/packages/parallel.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 1108d6f..d523d75 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]