From 1fddd7401aa6667dd19780a3d041e9a7ea673c31 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 2 May 2022 22:43:07 +0200 Subject: [PATCH] htop: remove linux only hint from description because it also works on darwin --- pkgs/tools/system/htop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix index 823d20630eb3..47ebee52fe16 100644 --- a/pkgs/tools/system/htop/default.nix +++ b/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;