python3Packages.globus-sdk: add bot-wxt1221 as maintainers

This commit is contained in:
wxt 2024-11-10 21:21:43 +08:00
parent 45f61aa9a9
commit 4b239e8fff
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -44,10 +44,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "globus_sdk" ];
meta = with lib; {
meta = {
description = "Interface to Globus REST APIs, including the Transfer API and the Globus Auth API";
homepage = "https://github.com/globus/globus-sdk-python";
changelog = "https://github.com/globus/globus-sdk-python/releases/tag/${version}";
license = licenses.asl20;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ bot-wxt1221 ];
};
}