mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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>
This commit is contained in:
parent
3ebaa635f7
commit
9d25a4548c
1 changed files with 1 additions and 1 deletions
|
@ -6818,7 +6818,7 @@ (define-public python-fonttools
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-pytest-runner" ,python-pytest-runner)))
|
("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")
|
(synopsis "Tools to manipulate font files")
|
||||||
(description
|
(description
|
||||||
"FontTools/TTX is a library to manipulate font files from Python. It
|
"FontTools/TTX is a library to manipulate font files from Python. It
|
||||||
|
|
Loading…
Reference in a new issue