summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 01:34:07 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-12 05:00:44 +0100
commit44ff40c288e734c52d3155b41cb489811363ca71 (patch)
tree613d068fc1f10bbac639f52e2343336d54ee74ae
parent28ee711152f04dc1fa049f15adafe7b10d1b7628 (diff)
downloadpatches-44ff40c288e734c52d3155b41cb489811363ca71.tar
patches-44ff40c288e734c52d3155b41cb489811363ca71.tar.gz
gnu: ttfautohint: Use HTTPS home page.
* gnu/packages/fontutils.scm (ttfautohint)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/fontutils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index aba6f07537..42d12fb143 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -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
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