diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-05-17 09:56:10 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-05-17 12:38:23 +0300 |
commit | e81f26d2c1d3748e06c75d940a395271821474e9 (patch) | |
tree | 1e24a0cc030ff278bce98259cfaae5c4cfc30b58 | |
parent | 573531e57ed51244e0208a2dd9cdb0457c7692c4 (diff) |
gnu: atop: Add release-monitoring-url.
* gnu/packages/admin.scm (atop)[properties]: New field.
-rw-r--r-- | gnu/packages/admin.scm | 2 |
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). |