summaryrefslogtreecommitdiff
path: root/pkgs/tools/system/nvtop/build-nvtop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/nvtop/build-nvtop.nix')
-rw-r--r--pkgs/tools/system/nvtop/build-nvtop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/nvtop/build-nvtop.nix b/pkgs/tools/system/nvtop/build-nvtop.nix
index 4a2b609ed7f1..79721da656b4 100644
--- a/pkgs/tools/system/nvtop/build-nvtop.nix
+++ b/pkgs/tools/system/nvtop/build-nvtop.nix
@@ -101,7 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
};
meta = with lib; {
- description = "(h)top like task monitor for AMD, Adreno, Intel and NVIDIA GPUs";
+ description = "htop-like task monitor for AMD, Adreno, Intel and NVIDIA GPUs";
longDescription = ''
Nvtop stands for Neat Videocard TOP, a (h)top like task monitor for AMD, Adreno, Intel and NVIDIA GPUs.
It can handle multiple GPUs and print information about them in a htop familiar way.