about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/trickster/trickster.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/trickster/trickster.nix')
-rw-r--r--nixpkgs/pkgs/servers/trickster/trickster.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/servers/trickster/trickster.nix b/nixpkgs/pkgs/servers/trickster/trickster.nix
index db8d6942a61f..7b527a5c20b2 100644
--- a/nixpkgs/pkgs/servers/trickster/trickster.nix
+++ b/nixpkgs/pkgs/servers/trickster/trickster.nix
@@ -41,6 +41,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "Reverse proxy cache and time series dashboard accelerator";
+    mainProgram = "trickster";
     longDescription = ''
       Trickster is a fully-featured HTTP Reverse Proxy Cache for HTTP
       applications like static file servers and web APIs.