numatop: improve description, as suggested during review (ty!)

Co-Authored-By: dtzWill <github@wdtz.org>
This commit is contained in:
markuskowa 2019-04-14 16:04:40 -05:00 committed by Will Dietz
parent 0d600ae89e
commit 50fc2e7382

View File

@ -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 ];