mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 00:24:18 +00:00
awsume: add mainProgram
This commit is contained in:
parent
3aea494127
commit
fc985363b3
@ -54,6 +54,7 @@ buildPythonApplication rec {
|
||||
description = "Utility for easily assuming AWS IAM roles from the command line";
|
||||
homepage = "https://github.com/trek10inc/awsume";
|
||||
license = [ licenses.mit ];
|
||||
mainProgram = "awsume";
|
||||
maintainers = [ maintainers.nilp0inter ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user