mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
ttfautohint: fix homepage
This commit is contained in:
parent
f68a45fc22
commit
847fbea098
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
new font where all glyphs are bytecode hinted using the
|
||||
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)
|
||||
maintainers = with maintainers; [ goibhniu ndowens ];
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue