Merge pull request #292401 from kira-bruneau/huggingface-hub
python311Packages.huggingface-hub: remove kira-bruneau as maintainer
This commit is contained in:
commit
5250ee5c0b
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/huggingface/huggingface_hub";
|
homepage = "https://github.com/huggingface/huggingface_hub";
|
||||||
changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/v${version}";
|
changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ kira-bruneau ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue