about summary refs log tree commit diff
path: root/pkgs/development/tools/faq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/faq/default.nix')
-rw-r--r--pkgs/development/tools/faq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/faq/default.nix b/pkgs/development/tools/faq/default.nix
index 6a36ba73570b..c955174a4aff 100644
--- a/pkgs/development/tools/faq/default.nix
+++ b/pkgs/development/tools/faq/default.nix
@@ -41,6 +41,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "faq is a tool intended to be a more flexible jq, supporting additional formats";
+    mainProgram = "faq";
     homepage = "https://github.com/jzelinskie/faq";
     license = licenses.asl20;
     maintainers = with maintainers; [ quentin-m ];