about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-05-02 15:18:03 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-05-02 15:24:06 +0200
commitdb7c97c115ad8502f6c1bc5d3045ca993bf8108c (patch)
treeff73237b18314424c6f729dce2b849b850354f93
parentbf390b59090b3201c69634fef9001ce572e9f746 (diff)
python311Packages.huggingface-hub: add GaetanLepage as maintainer
-rw-r--r--pkgs/development/python-modules/huggingface-hub/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix
index efb668b14bd93..91669ec3710e7 100644
--- a/pkgs/development/python-modules/huggingface-hub/default.nix
+++ b/pkgs/development/python-modules/huggingface-hub/default.nix
@@ -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 ];
   };
 }