update meta.license and add comment for patch

+2 -1
+2 -1
pkgs/applications/misc/qpdfview/default.nix
··· 14 14 buildInputs = [ 15 15 qtbase qtsvg poppler djvulibre libspectre cups file ghostscript 16 16 ]; 17 + # apply upstream fix for qt5.15 https://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/revision/2104 17 18 patches = [ ./qpdfview-qt515-compat.patch ]; 18 19 in 19 20 mkDerivation { ··· 41 42 meta = { 42 43 inherit (s) version; 43 44 description = "A tabbed document viewer"; 44 - license = lib.licenses.gpl2; 45 + license = lib.licenses.gpl2Plus; 45 46 maintainers = [lib.maintainers.raskin]; 46 47 platforms = lib.platforms.linux; 47 48 homepage = "https://launchpad.net/qpdfview";