Skip to content

Commit 4b239e8

Browse files
committed
python3Packages.globus-sdk: add bot-wxt1221 as maintainers
1 parent 45f61aa commit 4b239e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/development/python-modules/globus-sdk/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ buildPythonPackage rec {
4444

4545
pythonImportsCheck = [ "globus_sdk" ];
4646

47-
meta = with lib; {
47+
meta = {
4848
description = "Interface to Globus REST APIs, including the Transfer API and the Globus Auth API";
4949
homepage = "https://github.com/globus/globus-sdk-python";
5050
changelog = "https://github.com/globus/globus-sdk-python/releases/tag/${version}";
51-
license = licenses.asl20;
51+
license = lib.licenses.asl20;
52+
maintainers = with lib.maintainers; [ bot-wxt1221 ];
5253
};
5354
}

0 commit comments

Comments
 (0)