about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/gh/ghunt/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/gh/ghunt/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/gh/ghunt/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/gh/ghunt/package.nix b/nixpkgs/pkgs/by-name/gh/ghunt/package.nix
index ddd139f38907..337104efa42b 100644
--- a/nixpkgs/pkgs/by-name/gh/ghunt/package.nix
+++ b/nixpkgs/pkgs/by-name/gh/ghunt/package.nix
@@ -49,6 +49,7 @@ python3.pkgs.buildPythonApplication rec {
 
   meta = with lib; {
     description = "Offensive Google framework";
+    mainProgram = "ghunt";
     homepage = "https://github.com/mxrch/ghunt";
     changelog = "https://github.com/mxrch/GHunt/releases/tag/v${version}";
     license = licenses.agpl3Only;