gotenberg: add meta.mainProgram

This commit is contained in:
Lin Xianyi 2024-09-19 00:20:15 +08:00
parent e33debd249
commit 2f2acb7895

View File

@ -88,6 +88,7 @@ buildGoModule rec {
meta = {
description = "Converts numerous document formats into PDF files";
mainProgram = "gotenberg";
homepage = "https://gotenberg.dev";
changelog = "https://github.com/gotenberg/gotenberg/releases/tag/v${version}";
license = lib.licenses.mit;