From fdc5dd49b6e3632b3b3a158d7bf1d145a3374485 Mon Sep 17 00:00:00 2001 From: Kira Bruneau Date: Thu, 29 Feb 2024 15:01:22 -0500 Subject: [PATCH] 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. --- pkgs/development/python-modules/huggingface-hub/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; [ ]; }; }