about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/ec2stepshell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/security/ec2stepshell/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/security/ec2stepshell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/security/ec2stepshell/default.nix b/nixpkgs/pkgs/tools/security/ec2stepshell/default.nix
index ff6ee22b08eb..6b5031ffebe2 100644
--- a/nixpkgs/pkgs/tools/security/ec2stepshell/default.nix
+++ b/nixpkgs/pkgs/tools/security/ec2stepshell/default.nix
@@ -38,6 +38,7 @@ python3.pkgs.buildPythonApplication rec {
 
   meta = with lib; {
     description = "AWS post-exploitation tool";
+    mainProgram = "ec2stepshell";
     homepage = "https://github.com/saw-your-packet/EC2StepShell";
     changelog = "https://github.com/saw-your-packet/EC2StepShell/blob/${version}/CHANGELOG.txt";
     license = licenses.mit;