htop: remove linux only hint from description

because it also works on darwin
main
Sandro 2 years ago committed by GitHub
parent db312071f9
commit 1fddd7401a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/tools/system/htop/default.nix

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "An interactive process viewer for Linux";
description = "An interactive process viewer";
homepage = "https://htop.dev";
license = licenses.gpl2Only;
platforms = platforms.all;

Loading…
Cancel
Save