tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xpdf: add license, update homepage
Markus Kowalewski
7 years ago
0c0656bc
bf0a5717
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
xpdf
default.nix
+5
-5
pkgs/applications/misc/xpdf/default.nix
···
41
41
--set QT_PLUGIN_PATH ${qtbase.bin}/${qtbase.qtPluginPrefix}:${qtsvg.bin}/${qtbase.qtPluginPrefix}
42
42
'';
43
43
44
44
-
meta = {
45
45
-
homepage = http://www.foolabs.com/xpdf/;
44
44
+
meta = with stdenv.lib; {
45
45
+
homepage = https://www.xpdfreader.com;
46
46
description = "Viewer for Portable Document Format (PDF) files";
47
47
-
48
48
-
platforms = stdenv.lib.platforms.unix;
49
49
-
maintainers = [ stdenv.lib.maintainers.peti ];
47
47
+
license = with licenses; [ gpl2 gpl3 ];
48
48
+
platforms = platforms.unix;
49
49
+
maintainers = [ maintainers.peti ];
50
50
};
51
51
}