gotenberg: add meta.mainProgram (#342834)

This commit is contained in:
h7x4
2024-09-19 17:18:18 +02:00
committed by GitHub

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;