guix-commits
[Top][All Lists]
Advanced

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

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


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

civodul pushed a commit to branch master
in repository guix.

commit ca1caf9cf157df58dd7b080ad7795b6cf11e47bf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 28 22:57:46 2021 +0200

    gnu: hostscope: Add 'release-monitoring-url' property.
    
    * gnu/packages/monitoring.scm (hostscope)[properties]: New field.
---
 gnu/packages/monitoring.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index f0a25e5..d2aef0e 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016, 2021, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
 ;;; Copyright © 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -639,6 +639,7 @@ future system load (i.e., capacity planning).")
     (inputs `(("ncurses" ,ncurses)))
     (arguments '(#:tests? #f)) ;; No included tests.
     (home-page "http://www.maier-komor.de/hostscope.html";)
+    (properties `((release-monitoring-url . ,home-page)))
     (synopsis
      "System monitoring tool for multiple hosts")
     (description



reply via email to

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