about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2024-02-29 15:01:22 -0500
committerKira Bruneau <kira.bruneau@pm.me>2024-02-29 15:11:27 -0500
commitfdc5dd49b6e3632b3b3a158d7bf1d145a3374485 (patch)
treeb05a6423d45ecd1019b14b5ddba7b0d18962c626
parentebe6e807793e7c9cc59cf81225fdee1a03413811 (diff)
downloadnixlib-fdc5dd49b6e3632b3b3a158d7bf1d145a3374485.tar
nixlib-fdc5dd49b6e3632b3b3a158d7bf1d145a3374485.tar.gz
nixlib-fdc5dd49b6e3632b3b3a158d7bf1d145a3374485.tar.bz2
nixlib-fdc5dd49b6e3632b3b3a158d7bf1d145a3374485.tar.lz
nixlib-fdc5dd49b6e3632b3b3a158d7bf1d145a3374485.tar.xz
nixlib-fdc5dd49b6e3632b3b3a158d7bf1d145a3374485.tar.zst
nixlib-fdc5dd49b6e3632b3b3a158d7bf1d145a3374485.zip
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.
-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; [ ];
   };
 }