lol

awscli: Set meta.mainProgram

… so that `nix run nixpkgs#awscli` works

authored by

Gabriella Gonzalez and committed by
Matthieu Coudron
dcc7610b 36f373dd

+1
+1
pkgs/tools/admin/awscli/default.nix
··· 90 90 homepage = "https://aws.amazon.com/cli/"; 91 91 description = "Unified tool to manage your AWS services"; 92 92 license = licenses.asl20; 93 + mainProgram = "aws"; 93 94 maintainers = with maintainers; [ ]; 94 95 }; 95 96 }