python310Packages.pdfposter: update licence

This commit is contained in:
Mario Rodas 2022-11-13 19:24:00 +00:00
parent 9e41bb7755
commit 8b2612f87b

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Split large pages of a PDF into smaller ones for poster printing";
homepage = "https://pdfposter.readthedocs.io";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ wamserma ];
};
}