Commit 8b2612f8 authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.pdfposter: update licence

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