From d0b72795e296474b183444a51117562118adeb04 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH] pythonPackages.plexauth: maintainers: drop colemickens --- pkgs/development/python-modules/plexauth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/plexauth/default.nix b/pkgs/development/python-modules/plexauth/default.nix index caa1dcdf1d74c..7e4767c76c602 100644 --- a/pkgs/development/python-modules/plexauth/default.nix +++ b/pkgs/development/python-modules/plexauth/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { homepage = "https://github.com/jjlawren/python-plexauth/"; description = "Handles the authorization flow to obtain tokens from Plex.tv via external redirection"; license = licenses.mit; - maintainers = with maintainers; [ colemickens ]; + maintainers = with maintainers; [ ]; }; }