ps_mem: add sigmanificient to maintainers
fix name
This commit is contained in:
parent
731666d8d7
commit
74f82ab78f
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ python3Packages.buildPythonApplication rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A utility to accurately report the in core memory usage for a program";
|
description = "A utility to accurately report the in core memory usage for a program";
|
||||||
homepage = "https://github.com/pixelb/ps_mem";
|
homepage = "https://github.com/pixelb/ps_mem";
|
||||||
license = licenses.lgpl21;
|
license = lib.licenses.lgpl21;
|
||||||
maintainers = [ ];
|
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "ps_mem";
|
mainProgram = "ps_mem";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue