summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-linux-procfs
diff options
context:
space:
mode:
authorEnno Richter <enno@nerdworks.de>2024-06-14 09:20:01 +0200
committerEnno Richter <enno@nerdworks.de>2024-06-14 09:22:18 +0200
commit4943ec850fb6aed7a35b05d91463f64d4f06ce9e (patch)
tree647c09391fe80e03e0c3ca5c000dfd133c484ca9 /pkgs/development/python-modules/python-linux-procfs
parent8acc49b713afcf7c6ee65f7fdfc6228d588551cf (diff)
python3Packages.python-linux-procfs: remove elohmeier as maintainer
Diffstat (limited to 'pkgs/development/python-modules/python-linux-procfs')
-rw-r--r--pkgs/development/python-modules/python-linux-procfs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-linux-procfs/default.nix b/pkgs/development/python-modules/python-linux-procfs/default.nix
index 0b074adf94a5..f4306acedf71 100644
--- a/pkgs/development/python-modules/python-linux-procfs/default.nix
+++ b/pkgs/development/python-modules/python-linux-procfs/default.nix
@@ -26,6 +26,5 @@ buildPythonPackage rec {
mainProgram = "pflags";
homepage = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/";
license = licenses.gpl2Plus;
- maintainers = with maintainers; [ elohmeier ];
};
}