From cd3ef7ebb61b65084fceaada5aff125e362840d8 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Mon, 1 Jul 2024 08:52:11 +1200 Subject: [PATCH] pass-secret-service: remove myself as maintainer I am no longer able to look after this package. --- pkgs/applications/misc/pass-secret-service/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/pass-secret-service/default.nix b/pkgs/applications/misc/pass-secret-service/default.nix index 1ce8511b27c7..c377adc39891 100644 --- a/pkgs/applications/misc/pass-secret-service/default.nix +++ b/pkgs/applications/misc/pass-secret-service/default.nix @@ -72,6 +72,6 @@ python3.pkgs.buildPythonApplication rec { license = lib.licenses.gpl3Only; platforms = lib.platforms.all; mainProgram = "pass_secret_service"; - maintainers = with lib.maintainers; [ jluttine aidalgol ]; + maintainers = with lib.maintainers; [ jluttine ]; }; }