ttfautohint: fix homepage
This commit is contained in:
parent
f68a45fc22
commit
847fbea098
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
new font where all glyphs are bytecode hinted using the
|
new font where all glyphs are bytecode hinted using the
|
||||||
information given by FreeType’s auto-hinting module.
|
information given by FreeType’s auto-hinting module.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.freetype.org/ttfautohint/;
|
homepage = https://www.freetype.org/ttfautohint;
|
||||||
license = licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause)
|
license = licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause)
|
||||||
maintainers = with maintainers; [ goibhniu ndowens ];
|
maintainers = with maintainers; [ goibhniu ndowens ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user