Skip to content

Commit 434ade1

Browse files
committed
cloudsmith-cli: add usertam to maintainers
1 parent 55815d0 commit 434ade1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/cl/cloudsmith-cli/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ python3Packages.buildPythonApplication rec {
6565
description = "Cloudsmith Command Line Interface";
6666
mainProgram = "cloudsmith";
6767
changelog = "https://github.com/cloudsmith-io/cloudsmith-cli/blob/v${version}/CHANGELOG.md";
68-
maintainers = with lib.maintainers; [ ];
68+
maintainers = with lib.maintainers; [ usertam ];
6969
license = lib.licenses.asl20;
7070
platforms = lib.platforms.unix;
7171
};

0 commit comments

Comments
 (0)