python311Packages.huggingface-hub: remove kira-bruneau as maintainer

I don't use this package anymore, and I haven't been good at keeping
up with the latest releases.
This commit is contained in:
Kira Bruneau
2024-02-29 15:11:27 -05:00
parent ebe6e80779
commit fdc5dd49b6
@@ -52,6 +52,6 @@ buildPythonPackage rec {
homepage = "https://github.com/huggingface/huggingface_hub";
changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ kira-bruneau ];
maintainers = with maintainers; [ ];
};
}