mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
dev-python/glyphsLib: Fix HOMEPAGE
Old URL was a permanent redirect. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
|
||||
HOMEPAGE="https://github.com/googlei18n/glyphsLib"
|
||||
HOMEPAGE="https://github.com/googlefonts/glyphsLib"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
LICENSE="Apache-2.0 MIT"
|
||||
|
||||
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
|
||||
HOMEPAGE="https://github.com/googlei18n/glyphsLib"
|
||||
HOMEPAGE="https://github.com/googlefonts/glyphsLib"
|
||||
SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0 MIT"
|
||||
|
||||
Reference in New Issue
Block a user