mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: atop: Add release-monitoring-url.
* gnu/packages/admin.scm (atop)[properties]: New field.
This commit is contained in:
parent
573531e57e
commit
e81f26d2c1
1 changed files with 2 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue