python312Packages.pdf2docx: fix license

This commit is contained in:
Robert Schütz 2024-10-17 21:15:40 -07:00
parent cd44a4ad1e
commit 06b34fe320

View File

@ -62,7 +62,7 @@ buildPythonPackage {
mainProgram = "pdf2docx";
homepage = "https://github.com/ArtifexSoftware/pdf2docx";
changelog = "https://github.com/ArtifexSoftware/pdf2docx/releases/tag/v${version}";
license = licenses.gpl3Only;
license = licenses.agpl3Only;
maintainers = with maintainers; [ happysalada ];
};
}