diff --git a/pkgs/servers/matrix-hebbot/default.nix b/pkgs/servers/matrix-hebbot/default.nix index 83b1ff007032..59e4ca1b1916 100644 --- a/pkgs/servers/matrix-hebbot/default.nix +++ b/pkgs/servers/matrix-hebbot/default.nix @@ -39,6 +39,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/haecker-felix/hebbot"; changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}"; license = with licenses; [ agpl3 ]; + mainProgram = "hebbot"; maintainers = with maintainers; [ a-kenji ]; }; }