From 7e1ff7bd737691d877911fef537ccbf1713b6542 Mon Sep 17 00:00:00 2001 From: "P." Date: Sat, 22 Jun 2024 07:03:16 -0600 Subject: treewide: remove wolfangaukang as maintainer --- pkgs/development/python-modules/python-pae/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/python-pae') 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 = [ ]; }; } -- cgit v1.2.3