about summary refs log tree commit diff
path: root/pkgs/development/tools/htmltest/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/htmltest/default.nix')
-rw-r--r--pkgs/development/tools/htmltest/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/htmltest/default.nix b/pkgs/development/tools/htmltest/default.nix
index 4d9db942cdbc..cbb82695a46e 100644
--- a/pkgs/development/tools/htmltest/default.nix
+++ b/pkgs/development/tools/htmltest/default.nix
@@ -27,6 +27,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "Tool to test generated HTML output";
+    mainProgram = "htmltest";
     longDescription = ''
       htmltest runs your HTML output through a series of checks to ensure all your
       links, images, scripts references work, your alt tags are filled in, etc.