We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55815d0 commit 434ade1Copy full SHA for 434ade1
pkgs/by-name/cl/cloudsmith-cli/package.nix
@@ -65,7 +65,7 @@ python3Packages.buildPythonApplication rec {
65
description = "Cloudsmith Command Line Interface";
66
mainProgram = "cloudsmith";
67
changelog = "https://github.com/cloudsmith-io/cloudsmith-cli/blob/v${version}/CHANGELOG.md";
68
- maintainers = with lib.maintainers; [ ];
+ maintainers = with lib.maintainers; [ usertam ];
69
license = lib.licenses.asl20;
70
platforms = lib.platforms.unix;
71
};
0 commit comments