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