We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f61aa commit 4b239e8Copy full SHA for 4b239e8
pkgs/development/python-modules/globus-sdk/default.nix
@@ -44,10 +44,11 @@ buildPythonPackage rec {
44
45
pythonImportsCheck = [ "globus_sdk" ];
46
47
- meta = with lib; {
+ meta = {
48
description = "Interface to Globus REST APIs, including the Transfer API and the Globus Auth API";
49
homepage = "https://github.com/globus/globus-sdk-python";
50
changelog = "https://github.com/globus/globus-sdk-python/releases/tag/${version}";
51
- license = licenses.asl20;
+ license = lib.licenses.asl20;
52
+ maintainers = with lib.maintainers; [ bot-wxt1221 ];
53
};
54
}
0 commit comments