From db7c97c115ad8502f6c1bc5d3045ca993bf8108c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 2 May 2024 15:18:03 +0200 Subject: [PATCH] python311Packages.huggingface-hub: add GaetanLepage as maintainer --- 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 efb668b14bd9..91669ec3710e 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 ]; }; }