mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue