Commit 06b34fe3 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.pdf2docx: fix license

parent cd44a4ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}