diff --git a/pkgs/development/python-modules/pdf2docx/default.nix b/pkgs/development/python-modules/pdf2docx/default.nix index 6cdfb3a45ea2..3e30415a54a3 100644 --- a/pkgs/development/python-modules/pdf2docx/default.nix +++ b/pkgs/development/python-modules/pdf2docx/default.nix @@ -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 ]; }; }