summaryrefslogtreecommitdiff
path: root/pkgs/tools/system/ps_mem/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ps_mem/default.nix')
-rw-r--r--pkgs/tools/system/ps_mem/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/ps_mem/default.nix b/pkgs/tools/system/ps_mem/default.nix
index 152bb1150e59..1752aba240f3 100644
--- a/pkgs/tools/system/ps_mem/default.nix
+++ b/pkgs/tools/system/ps_mem/default.nix
@@ -17,7 +17,7 @@ in pythonPackages.buildPythonApplication {
description = "A utility to accurately report the in core memory usage for a program";
homepage = "https://github.com/pixelb/ps_mem";
license = licenses.lgpl21;
- maintainers = [ maintainers.gnidorah ];
+ maintainers = [ ];
platforms = platforms.linux;
};
}