pythonPackages.plexauth: maintainers: drop colemickens

This commit is contained in:
Cole Mickens
2024-12-23 19:03:08 -03:00
parent c508066e16
commit d0b72795e2
@@ -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; [ ];
};
}