about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/whatweb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/security/whatweb/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/security/whatweb/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/security/whatweb/default.nix b/nixpkgs/pkgs/tools/security/whatweb/default.nix
index 30d866da869a..fbe78834c826 100644
--- a/nixpkgs/pkgs/tools/security/whatweb/default.nix
+++ b/nixpkgs/pkgs/tools/security/whatweb/default.nix
@@ -42,6 +42,7 @@ in stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Next generation web scanner";
+    mainProgram = "whatweb";
     homepage = "https://github.com/urbanadventurer/whatweb";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ wolfangaukang ];