diff --git a/pkgs/servers/honk/default.nix b/pkgs/servers/honk/default.nix index 74ef1daa2135..ab85abd939b5 100644 --- a/pkgs/servers/honk/default.nix +++ b/pkgs/servers/honk/default.nix @@ -42,6 +42,7 @@ buildGoModule rec { description = "An ActivityPub server with minimal setup and support costs."; homepage = "https://humungus.tedunangst.com/r/honk"; license = licenses.isc; + mainProgram = "honk"; maintainers = with maintainers; [ huyngo ]; }; }