Commit fdc5dd49 authored by Kira Bruneau's avatar Kira Bruneau
Browse files

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.
parent ebe6e807
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}