mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-util/fontmake: Fix HOMEPAGE
Old URL is a permanent redirect to new URL. 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=7
|
||||
@@ -10,7 +10,7 @@ inherit distutils-r1
|
||||
SRC_URI="https://github.com/googlefonts/fontmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
DESCRIPTION="A wrapper for several Python libraries to compile fonts from sources"
|
||||
HOMEPAGE="https://github.com/googlei18n/fontmake"
|
||||
HOMEPAGE="https://github.com/googlefonts/fontmake"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8,9} )
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
DESCRIPTION="A wrapper for several Python libraries to compile fonts from sources"
|
||||
HOMEPAGE="https://github.com/googlei18n/fontmake"
|
||||
HOMEPAGE="https://github.com/googlefonts/fontmake"
|
||||
SRC_URI="https://github.com/googlefonts/fontmake/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
Reference in New Issue
Block a user