hebbot: set meta.mainProgram

This commit is contained in:
a-kenji
2023-10-30 05:41:52 +01:00
committed by Yaya
parent 55af7f3e2c
commit def8bfe0c7
+1
View File
@@ -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 ];
};
}