pdfchain: fix license

This commit is contained in:
hqurve 2021-07-30 11:28:58 -04:00
parent 8a2f376b83
commit 0312e69de4

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A graphical user interface for the PDF Toolkit (PDFtk)";
homepage = "https://pdfchain.sourceforge.io";
license = licenses.gpl3Only;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hqurve ];
platforms = platforms.linux;
};