gnu: atop: Add release-monitoring-url.

* gnu/packages/admin.scm (atop)[properties]: New field.
This commit is contained in:
Efraim Flashner 2022-05-17 09:56:10 +03:00
parent 573531e57e
commit e81f26d2c1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4746,6 +4746,8 @@ (define-public atop
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).