diff options
author | Riku Viitanen <riku.viitanen@protonmail.com> | 2019-12-25 14:39:07 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-26 15:58:21 +0100 |
commit | 9d25a4548cc16da83d4a28badd5db5104dd2264e (patch) | |
tree | 452b29744a5fc5e88ccc3feced29c135e603b93e /gnu/packages/python-xyz.scm | |
parent | 3ebaa635f7a4e2178b321f949e533402e3cf2987 (diff) | |
download | patches-9d25a4548cc16da83d4a28badd5db5104dd2264e.tar patches-9d25a4548cc16da83d4a28badd5db5104dd2264e.tar.gz |
gnu: python-fonttools: Update home-page.
https://github.com/behdad/fonttools permanently redirects to
https://github.com/fonttools/fonttools.
* gnu/packages/python-xyz.scm (python-fonttools)[home-page]: Change to current.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 331b80e9a6..33a97282e5 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 |