python311Packages.huggingface-hub: add GaetanLepage as maintainer

This commit is contained in:
Gaetan Lepage
2024-05-02 15:24:06 +02:00
parent bf390b5909
commit db7c97c115
@@ -53,6 +53,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; [ ];
maintainers = with maintainers; [ GaetanLepage ];
};
}