Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ttfautohint: fix homepage

+1 -1
+1 -1
pkgs/tools/misc/ttfautohint/default.nix
··· 20 20 new font where all glyphs are bytecode hinted using the 21 21 information given by FreeType’s auto-hinting module. 22 22 ''; 23 - homepage = http://www.freetype.org/ttfautohint/; 23 + homepage = https://www.freetype.org/ttfautohint; 24 24 license = licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause) 25 25 maintainers = with maintainers; [ goibhniu ndowens ]; 26 26 platforms = platforms.linux;