guix-patches
[Top][All Lists]
Advanced

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

[bug#38743] [PATCH] gnu: python-fonttools: Update home-page


From: Riku Viitanen
Subject: [bug#38743] [PATCH] gnu: python-fonttools: Update home-page
Date: Wed, 25 Dec 2019 14:39:07 +0000

https://github.com/behdad/fonttools permanently redirects to 
https://github.com/fonttools/fonttools.

* gnu/packages/python-xyz.scm (python-fonttools): Update home-page
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4d6dd7b32d..566797a819 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6818,7 +6818,7 @@ add functionality and customization to your projects with 
their own plugins.")
      `(("unzip" ,unzip)
        ("python-pytest" ,python-pytest)
        ("python-pytest-runner" ,python-pytest-runner)))
-    (home-page "https://github.com/behdad/fonttools";)
+    (home-page "https://github.com/fonttools/fonttools";)
     (synopsis "Tools to manipulate font files")
     (description
      "FontTools/TTX is a library to manipulate font files from Python.  It
--
2.24.0





reply via email to

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