From 50fc2e7382ce8ff21a65a44806680d9ef3a2ac97 Mon Sep 17 00:00:00 2001 From: markuskowa Date: Sun, 14 Apr 2019 16:04:40 -0500 Subject: numatop: improve description, as suggested during review (ty!) Co-Authored-By: dtzWill --- pkgs/os-specific/linux/numatop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/numatop/default.nix b/pkgs/os-specific/linux/numatop/default.nix index 51d3e4c6d2e..c41510f4f88 100644 --- a/pkgs/os-specific/linux/numatop/default.nix +++ b/pkgs/os-specific/linux/numatop/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { doCheck = true; meta = with stdenv.lib; { - description = "observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system"; + description = "Tool for runtime memory locality characterization and analysis of processes and threads on a NUMA system"; homepage = https://01.org/numatop; license = licenses.bsd3; maintainers = with maintainers; [ dtzWill ]; -- cgit 1.4.1