all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 58358@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#58358] [PATCH 2/3] gnu: bpytop: Deprecate for btop.
Date: Fri,  7 Oct 2022 14:59:17 +0000	[thread overview]
Message-ID: <671e4fc994bb7b932fdb97fee25d39014e9f0bd7.1665154432.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1665154432.git.code@greghogan.com>

* 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





  parent reply	other threads:[~2022-10-07 15:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-07 14:57 [bug#58358] [PATCH 0/3] Update btop Greg Hogan
2022-10-07 14:59 ` [bug#58358] [PATCH 1/3] gnu: bashtop: Deprecate for bpytop Greg Hogan
2022-10-07 14:59 ` Greg Hogan [this message]
2022-10-07 14:59 ` [bug#58358] [PATCH 3/3] gnu: btop: Update to 1.2.11 Greg Hogan
2022-10-07 15:44 ` bug#58358: [PATCH 0/3] Update btop Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=671e4fc994bb7b932fdb97fee25d39014e9f0bd7.1665154432.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=58358@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.