guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#58358] [PATCH 2/3] gnu: bpytop: Deprecate for btop.


From: Greg Hogan
Subject: [bug#58358] [PATCH 2/3] gnu: bpytop: Deprecate for btop.
Date: Fri, 7 Oct 2022 14:59:17 +0000

* gnu/packages/admin.scm (bpytop): Deprecate for btop.
---
 gnu/packages/admin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.37.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]