numatop: improve description, as suggested during review (ty!)
Co-Authored-By: dtzWill <github@wdtz.org>
This commit is contained in:
parent
0d600ae89e
commit
50fc2e7382
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue