summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-pae
diff options
context:
space:
mode:
authorP. <d.ol.rod@tutanota.com>2024-06-22 07:03:16 -0600
committerP. <d.ol.rod@tutanota.com>2024-06-22 07:03:16 -0600
commit7e1ff7bd737691d877911fef537ccbf1713b6542 (patch)
tree4589af17a6edbeb078f78261cd8ae86c8a9351b0 /pkgs/development/python-modules/python-pae
parent0a548fc62eba3e2e3cd207c03c419ae94b034c46 (diff)
treewide: remove wolfangaukang as maintainer
Diffstat (limited to 'pkgs/development/python-modules/python-pae')
-rw-r--r--pkgs/development/python-modules/python-pae/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-pae/default.nix b/pkgs/development/python-modules/python-pae/default.nix
index d5595c14f03d..731626689adf 100644
--- a/pkgs/development/python-modules/python-pae/default.nix
+++ b/pkgs/development/python-modules/python-pae/default.nix
@@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "Pre-authentication encoding (PAE) implementation in Python";
homepage = "https://github.com/MatthiasValvekens/python-pae";
license = licenses.mit;
- maintainers = with maintainers; [ wolfangaukang ];
+ maintainers = [ ];
};
}