lol

poppler: use https for homepage

+1 -1
+1 -1
pkgs/data/misc/poppler-data/default.nix
··· 15 installFlags = [ "prefix=$(out)" ]; 16 17 meta = with stdenv.lib; { 18 - homepage = http://poppler.freedesktop.org/; 19 description = "Encoding files for Poppler, a PDF rendering library"; 20 platforms = platforms.all; 21 license = licenses.free; # more free licenses combined
··· 15 installFlags = [ "prefix=$(out)" ]; 16 17 meta = with stdenv.lib; { 18 + homepage = https://poppler.freedesktop.org/; 19 description = "Encoding files for Poppler, a PDF rendering library"; 20 platforms = platforms.all; 21 license = licenses.free; # more free licenses combined