xpdf: add license, update homepage

+5 -5
+5 -5
pkgs/applications/misc/xpdf/default.nix
··· 41 --set QT_PLUGIN_PATH ${qtbase.bin}/${qtbase.qtPluginPrefix}:${qtsvg.bin}/${qtbase.qtPluginPrefix} 42 ''; 43 44 - meta = { 45 - homepage = http://www.foolabs.com/xpdf/; 46 description = "Viewer for Portable Document Format (PDF) files"; 47 - 48 - platforms = stdenv.lib.platforms.unix; 49 - maintainers = [ stdenv.lib.maintainers.peti ]; 50 }; 51 }
··· 41 --set QT_PLUGIN_PATH ${qtbase.bin}/${qtbase.qtPluginPrefix}:${qtsvg.bin}/${qtbase.qtPluginPrefix} 42 ''; 43 44 + meta = with stdenv.lib; { 45 + homepage = https://www.xpdfreader.com; 46 description = "Viewer for Portable Document Format (PDF) files"; 47 + license = with licenses; [ gpl2 gpl3 ]; 48 + platforms = platforms.unix; 49 + maintainers = [ maintainers.peti ]; 50 }; 51 }