From efd5b6d2256f29553ef144551b11bf692f45a8ad Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 12 Sep 2025 12:27:57 +0200 Subject: [PATCH] python3Packages.pynitrokey: drop raitobezarius from maintainers Following behaviors that happened in https://github.com/NixOS/nixpkgs/issues/438287. I have no further interest in maintenance of the Nitrokey ecosystem in nixpkgs. Change-Id: I8d0e35189e68fd4fa67c151587922d7e14b53ab3 Signed-off-by: Raito Bezarius --- pkgs/development/python-modules/pynitrokey/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/pynitrokey/default.nix b/pkgs/development/python-modules/pynitrokey/default.nix index 187d08594334..06ec6c673405 100644 --- a/pkgs/development/python-modules/pynitrokey/default.nix +++ b/pkgs/development/python-modules/pynitrokey/default.nix @@ -89,7 +89,6 @@ buildPythonPackage { ]; maintainers = with maintainers; [ frogamic - raitobezarius ]; inherit mainProgram; };