nckx pushed a commit to branch master
in repository guix.

commit d716a4742a3c8e3e7add8bb335fd27cd7053d971
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jan 19 01:21:49 2020 +0100

    gnu: t1lib: Use HTTPS home page.
    
    * gnu/packages/fontutils.scm (t1lib)[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 3daa518..7455d33 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -383,7 +383,7 @@ describe character bitmaps.  It contains the bitmap data as 
well as some
 metric information.  But t1lib is in itself entirely independent of the
 X11-system or any other graphical user interface.")
    (license license:gpl2)
-   (home-page "http://www.t1lib.org/";)))
+   (home-page "https://www.t1lib.org/";)))
 
 (define-public teckit
   (package

Reply via email to