hebbot: set meta.mainProgram

authored by

a-kenji and committed by
Yaya
def8bfe0 55af7f3e

+1
+1
pkgs/servers/matrix-hebbot/default.nix
··· 39 homepage = "https://github.com/haecker-felix/hebbot"; 40 changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}"; 41 license = with licenses; [ agpl3 ]; 42 maintainers = with maintainers; [ a-kenji ]; 43 }; 44 }
··· 39 homepage = "https://github.com/haecker-felix/hebbot"; 40 changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}"; 41 license = with licenses; [ agpl3 ]; 42 + mainProgram = "hebbot"; 43 maintainers = with maintainers; [ a-kenji ]; 44 }; 45 }