guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: ttfautohint: Use HTTPS home page.


From: guix-commits
Subject: 02/08: gnu: ttfautohint: Use HTTPS home page.
Date: Tue, 11 Feb 2020 23:04:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 44ff40c288e734c52d3155b41cb489811363ca71
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:34:07 2020 +0100

    gnu: ttfautohint: Use HTTPS home page.
    
    * gnu/packages/fontutils.scm (ttfautohint)[home-page]: Use HTTPS.
---
 gnu/packages/fontutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index aba6f07..42d12fb 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]