gnu: ttfautohint: Use HTTPS home page.

* gnu/packages/fontutils.scm (ttfautohint)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:34:07 +01:00
parent 28ee711152
commit 44ff40c288
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -120,7 +120,7 @@ (define-public ttfautohint
finely hand-hinting the last 1%. It is ideal for web fonts and supports many
scripts.")
(license (list license:gpl2+ license:freetype)) ;choose one or the other
(home-page "http://www.freetype.org/ttfautohint/")))
(home-page "https://www.freetype.org/ttfautohint/")))
(define-public woff-tools
(package