guix-commits
[Top][All Lists]
Advanced

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

83/87: gnu: teckit: Use HTTPS home page URI.


From: guix-commits
Subject: 83/87: gnu: teckit: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:51 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0b2f43076c32a43b1fbe49f425749b4b4467ebce
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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 <ludo@gnu.org>
 ;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Roel Janssen <roel@gnu.org>
-;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;;
 ;;; 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

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