about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-29 07:21:13 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-30 01:48:19 +0200
commitae02415ee82b0f34cbcabf639335210e5b58a71d (patch)
treed5ef7d184fecee902b306fba8e041a1cc0a528c5 /pkgs/tools/system
parent1c65a509fbbc17a2853a657ea1391de0aab9e793 (diff)
downloadnixlib-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar
nixlib-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.gz
nixlib-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.bz2
nixlib-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.lz
nixlib-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.xz
nixlib-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.zst
nixlib-ae02415ee82b0f34cbcabf639335210e5b58a71d.zip
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
Diffstat (limited to 'pkgs/tools/system')
-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;
   };
 }