From def8bfe0c7595fd24a4a44c2c1f08aac973d30a6 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 29 Oct 2023 17:06:24 +0100 Subject: [PATCH] hebbot: set meta.mainProgram --- pkgs/servers/matrix-hebbot/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; }