poppler: use https for homepage
This commit is contained in:
parent
dea48e68b9
commit
3fcbc66a4b
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
installFlags = [ "prefix=$(out)" ];
|
installFlags = [ "prefix=$(out)" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://poppler.freedesktop.org/;
|
homepage = https://poppler.freedesktop.org/;
|
||||||
description = "Encoding files for Poppler, a PDF rendering library";
|
description = "Encoding files for Poppler, a PDF rendering library";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = licenses.free; # more free licenses combined
|
license = licenses.free; # more free licenses combined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user