Skip to content

Commit 48ced20

Browse files
committed
cloudsmith-api: add usertam to maintainers
1 parent 434ade1 commit 48ced20

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/cloudsmith-api

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/cloudsmith-api/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ buildPythonPackage rec {
3434

3535
pythonImportsCheck = [ "cloudsmith_api" ];
3636

37-
meta = with lib; {
37+
meta = {
3838
description = "Cloudsmith API Client";
3939
homepage = "https://github.com/cloudsmith-io/cloudsmith-api";
40-
license = licenses.asl20;
41-
maintainers = [ ];
40+
license = lib.licenses.asl20;
41+
maintainers = with lib.maintainers; [ usertam ];
4242
};
4343
}

0 commit comments

Comments
 (0)