Message ID | 671e4fc994bb7b932fdb97fee25d39014e9f0bd7.1665154432.git.code@greghogan.com |
---|---|
State | Accepted |
Headers | show |
Series | Update btop. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 0f3fcaa5e3..90858e1282 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -784,7 +784,8 @@ (define-public bpytop (description "Resource monitor that shows usage and stats for processor, memory, disks, network and processes. It's a Python port and continuation of @command{bashtop}.") - (license license:asl2.0))) + (license license:asl2.0) + (properties `((superseded . ,btop))))) (define-public bashtop (package