summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-05-17 09:56:10 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-05-17 12:38:23 +0300
commite81f26d2c1d3748e06c75d940a395271821474e9 (patch)
tree1e24a0cc030ff278bce98259cfaae5c4cfc30b58
parent573531e57ed51244e0208a2dd9cdb0457c7692c4 (diff)
downloadguix-patches-e81f26d2c1d3748e06c75d940a395271821474e9.tar
guix-patches-e81f26d2c1d3748e06c75d940a395271821474e9.tar.gz
gnu: atop: Add release-monitoring-url.
* gnu/packages/admin.scm (atop)[properties]: New field.
-rw-r--r--gnu/packages/admin.scm2
1 files changed, 2 insertions, 0 deletions
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).