htop: remove linux only hint from description

because it also works on darwin
This commit is contained in:
Sandro 2022-05-02 22:43:07 +02:00 committed by GitHub
parent db312071f9
commit 1fddd7401a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;