diff options
| author | Aleksana <me@aleksana.moe> | 2024-06-22 21:59:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-22 21:59:48 +0800 |
| commit | df12edd993f673bcc74b4e2d63e3a33ef4d3fb8f (patch) | |
| tree | 41a46ab4b7f6e61158e3dee68c36a5f9ae8b6f69 /pkgs/development/python-modules/python-pae/default.nix | |
| parent | 997b725d3b3bd6ac379d6a7fc7deb87450bb8f8a (diff) | |
| parent | 29d721b3b2e2043ffd1badd28a7f793349a23dec (diff) | |
Merge pull request #321760 from WolfangAukang/drop-me
maintainers: remove wolfangaukang
Diffstat (limited to 'pkgs/development/python-modules/python-pae/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-pae/default.nix | 2 |
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 = [ ]; }; } |
