ngz pushed a commit to branch master
in repository guix.

commit 0b2f43076c32a43b1fbe49f425749b4b4467ebce
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 12:02:25 2021 +0100

    gnu: teckit: Use HTTPS home page URI.
    
    * gnu/packages/fontutils.scm (teckit)[home-page]: Use HTTPS URI.
---
 gnu/packages/fontutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 886de92..a4c92f5 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2018, 2019, 2020 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2019, 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2020 Roel Janssen <[email protected]>
-;;; Copyright © 2020 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2020, 2021 Nicolas Goaziou <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -457,7 +457,7 @@ primary means by which end users perform conversions, and 
they have not
 been designed, tested, and debugged to the extent that general-purpose
 applications should be.")
     (license license:lgpl2.1+)
-    (home-page "http://scripts.sil.org/cms/scripts/page.php?cat_id=teckit";)))
+    (home-page "https://scripts.sil.org/cms/scripts/page.php?cat_id=teckit";)))
 
 (define-public graphite2
   (package

Reply via email to