summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 21:40:04 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2017-08-03 23:03:04 +0200
commit847fbea0987ff3243ba285fb6d2023b4cc4e4129 (patch)
treec6398b68ed2562917c3791342e15d26c6d1f6cfe /pkgs
parentf68a45fc22fc5f64f4e5e423cc71228a8406347b (diff)
downloadnixlib-847fbea0987ff3243ba285fb6d2023b4cc4e4129.tar
nixlib-847fbea0987ff3243ba285fb6d2023b4cc4e4129.tar.gz
nixlib-847fbea0987ff3243ba285fb6d2023b4cc4e4129.tar.bz2
nixlib-847fbea0987ff3243ba285fb6d2023b4cc4e4129.tar.lz
nixlib-847fbea0987ff3243ba285fb6d2023b4cc4e4129.tar.xz
nixlib-847fbea0987ff3243ba285fb6d2023b4cc4e4129.tar.zst
nixlib-847fbea0987ff3243ba285fb6d2023b4cc4e4129.zip
ttfautohint: fix homepage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/ttfautohint/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/ttfautohint/default.nix b/pkgs/tools/misc/ttfautohint/default.nix
index 1042c5794bdf..c302bd15c41e 100644
--- a/pkgs/tools/misc/ttfautohint/default.nix
+++ b/pkgs/tools/misc/ttfautohint/default.nix
@@ -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;