guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: atop: Add release-monitoring-url.


From: guix-commits
Subject: 01/04: gnu: atop: Add release-monitoring-url.
Date: Tue, 17 May 2022 05:41:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e81f26d2c1d3748e06c75d940a395271821474e9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 17 09:56:10 2022 +0300

    gnu: atop: Add release-monitoring-url.
    
    * gnu/packages/admin.scm (atop)[properties]: New field.
---
 gnu/packages/admin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 34e4a6e8ca..13c8a2dfd5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4746,6 +4746,8 @@ using colors, etc.  At regular intervals, it shows 
system-level activity related
 to the CPU, memory, swap, disks (including LVM) and network layers, and for
 every process (and thread) it shows e.g. the CPU utilization, memory growth,
 disk utilization, priority, username, state, and exit code.")
+    (properties
+     `((release-monitoring-url . "https://www.atoptool.nl/downloadatop.php";)))
     (license license:gpl2+)))
 
 ;; TODO: Unvendor u-root (pkg: forth, golang, testutil).



reply via email to

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