pdfcpu: add meta.changelog

This commit is contained in:
Doron Behar
2026-07-01 19:05:05 +03:00
parent 22e233c10d
commit 86f40cc8aa
+1
View File
@@ -90,6 +90,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "PDF processor written in Go";
changelog = "https://pdfcpu.io/changelog/";
homepage = "https://pdfcpu.io";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ doronbehar ];