forked from mirrors/nixpkgs
htop: remove linux only hint from description
because it also works on darwin
This commit is contained in:
parent
db312071f9
commit
1fddd7401a
|
@ -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…
Reference in a new issue