gnu: ttfautohint: Use HTTPS home page.
* gnu/packages/fontutils.scm (ttfautohint)[home-page]: Use HTTPS.
This commit is contained in:
parent
28ee711152
commit
44ff40c288
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ anti-aliased glyph bitmap generation with 256 gray levels.")
|
||||||
finely hand-hinting the last 1%. It is ideal for web fonts and supports many
|
finely hand-hinting the last 1%. It is ideal for web fonts and supports many
|
||||||
scripts.")
|
scripts.")
|
||||||
(license (list license:gpl2+ license:freetype)) ;choose one or the other
|
(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
|
(define-public woff-tools
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue