pythonPackages.plexwebsocket: maintainers: drop colemickens

This commit is contained in:
Cole Mickens
2024-12-23 19:03:08 -03:00
parent d0b72795e2
commit 763e6b6720
@@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jjlawren/python-plexwebsocket/";
changelog = "https://github.com/jjlawren/python-plexwebsocket/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ colemickens ];
maintainers = with maintainers; [ ];
};
}