about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/numatop
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 /pkgs/os-specific/linux/numatop
parent0d600ae89e61e726b04095a2a0f8ec45586b6b77 (diff)
downloadnixlib-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar
nixlib-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.gz
nixlib-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.bz2
nixlib-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.lz
nixlib-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.xz
nixlib-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.tar.zst
nixlib-50fc2e7382ce8ff21a65a44806680d9ef3a2ac97.zip
numatop: improve description, as suggested during review (ty!)
Co-Authored-By: dtzWill <github@wdtz.org>
Diffstat (limited to 'pkgs/os-specific/linux/numatop')
-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 51d3e4c6d2ee..c41510f4f88f 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 ];