0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

pythonPackages.plexapi: maintainers: drop colemickens

This commit is contained in:
Cole Mickens 2024-12-23 15:35:11 -03:00
parent 452e396ce2
commit c508066e16

View file

@ -41,6 +41,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pkkid/python-plexapi";
changelog = "https://github.com/pkkid/python-plexapi/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ colemickens ];
maintainers = with maintainers; [ ];
};
}