mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
awsebcli: set mainProgram
This commit is contained in:
parent
014ba34da3
commit
41ea90d43a
@ -93,5 +93,6 @@ with localPython.pkgs; buildPythonApplication rec {
|
||||
changelog = "https://github.com/aws/aws-elastic-beanstalk-cli/blob/${version}/CHANGES.rst";
|
||||
maintainers = with maintainers; [ eqyiel kirillrdy ];
|
||||
license = licenses.asl20;
|
||||
mainProgram = "eb";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user