about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2024-02-29 15:25:02 -0500
committerGitHub <noreply@github.com>2024-02-29 15:25:02 -0500
commit5250ee5c0b7086edd435843ae6c3ce537ba44fde (patch)
tree5ee797d6745bff6c00076df4b8698430d7ea4979 /pkgs/development
parentbf96e409940b8040ef6ba8e9af0f0f1a12e3cbf2 (diff)
parentfdc5dd49b6e3632b3b3a158d7bf1d145a3374485 (diff)
downloadnixlib-5250ee5c0b7086edd435843ae6c3ce537ba44fde.tar
nixlib-5250ee5c0b7086edd435843ae6c3ce537ba44fde.tar.gz
nixlib-5250ee5c0b7086edd435843ae6c3ce537ba44fde.tar.bz2
nixlib-5250ee5c0b7086edd435843ae6c3ce537ba44fde.tar.lz
nixlib-5250ee5c0b7086edd435843ae6c3ce537ba44fde.tar.xz
nixlib-5250ee5c0b7086edd435843ae6c3ce537ba44fde.tar.zst
nixlib-5250ee5c0b7086edd435843ae6c3ce537ba44fde.zip
Merge pull request #292401 from kira-bruneau/huggingface-hub
python311Packages.huggingface-hub: remove kira-bruneau as maintainer
Diffstat (limited to 'pkgs/development')
-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 e9c477cef97b..f57aa1a4cbb9 100644
--- a/pkgs/development/python-modules/huggingface-hub/default.nix
+++ b/pkgs/development/python-modules/huggingface-hub/default.nix
@@ -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; [ ];
   };
 }