summary refs log tree commit diff
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2019-04-14 16:04:40 -0500
committerWill Dietz <w@wdtz.org>2019-04-15 08:05:03 -0500
commit50fc2e7382ce8ff21a65a44806680d9ef3a2ac97 (patch)
tree1914e6307f38639b10930407c66fab65a0295207
parent0d600ae89e61e726b04095a2a0f8ec45586b6b77 (diff)
downloadnixpkgs-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar
nixpkgs-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.gz
nixpkgs-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.bz2
nixpkgs-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.lz
nixpkgs-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.xz
nixpkgs-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.zst
nixpkgs-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.zip
numatop: improve description, as suggested during review (ty!)
Co-Authored-By: dtzWill <github@wdtz.org>
-rw-r--r--pkgs/os-specific/linux/numatop/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];