diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 12:02:25 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 12:02:25 +0100 |
commit | 0b2f43076c32a43b1fbe49f425749b4b4467ebce (patch) | |
tree | fd7ba9fd8a9883a46057ea4c16554b5bffe040e5 | |
parent | 1ca4b76b52546c25d40f1aad927d51b65bb5f9e2 (diff) |
gnu: teckit: Use HTTPS home page URI.
* gnu/packages/fontutils.scm (teckit)[home-page]: Use HTTPS URI.
-rw-r--r-- | gnu/packages/fontutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 886de92d28..a4c92f5bea 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 |