mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-util/afdko: 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
|
||||
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..9} )
|
||||
inherit distutils-r1 toolchain-funcs
|
||||
|
||||
DESCRIPTION="Adobe Font Development Kit for OpenType"
|
||||
HOMEPAGE="https://adobe-type-tools.github.io/afdko"
|
||||
HOMEPAGE="https://adobe-type-tools.github.io/afdko/"
|
||||
SRC_URI="https://github.com/adobe-type-tools/afdko/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Adobe Font Development Kit for OpenType"
|
||||
HOMEPAGE="
|
||||
https://adobe-type-tools.github.io/afdko
|
||||
https://adobe-type-tools.github.io/afdko/
|
||||
https://github.com/adobe-type-tools/afdko
|
||||
"
|
||||
SRC_URI="https://github.com/adobe-type-tools/afdko/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user