diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-03-23 17:01:03 +0100 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-03-23 17:17:00 +0100 |
commit | fa3801fb68d338473a978d20d9467b857b28e081 (patch) | |
tree | df2b6f41b98499184f44181de8030ff42812820c /dev-util/afdko | |
parent | dev-util/fontmake: Fix HOMEPAGE (diff) | |
download | guru-fa3801fb68d338473a978d20d9467b857b28e081.tar.gz guru-fa3801fb68d338473a978d20d9467b857b28e081.tar.bz2 guru-fa3801fb68d338473a978d20d9467b857b28e081.zip |
dev-util/afdko: Fix HOMEPAGE
Old URL is a permanent redirect to new URL.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'dev-util/afdko')
-rw-r--r-- | dev-util/afdko/afdko-3.6.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/afdko/afdko-3.8.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/afdko/afdko-3.6.2.ebuild b/dev-util/afdko/afdko-3.6.2.ebuild index 419b0931b..c4bc77873 100644 --- a/dev-util/afdko/afdko-3.6.2.ebuild +++ b/dev-util/afdko/afdko-3.6.2.ebuild @@ -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" diff --git a/dev-util/afdko/afdko-3.8.1.ebuild b/dev-util/afdko/afdko-3.8.1.ebuild index c13ed48b7..8656b36c2 100644 --- a/dev-util/afdko/afdko-3.8.1.ebuild +++ b/dev-util/afdko/afdko-3.8.1.ebuild @@ -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" |