diff options
author | Sam James <sam@gentoo.org> | 2022-12-24 02:52:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 02:59:18 +0000 |
commit | 5ad33cf8a84d25c8f4e7dc8f6ec1ae0c25748b90 (patch) | |
tree | 0195d80644e68266ffac0ebae9ce4eb8d36afc2a | |
parent | sci-mathematics/lean: bump to 3.50.2 (diff) | |
download | gentoo-5ad33cf8a84d25c8f4e7dc8f6ec1ae0c25748b90.tar.gz gentoo-5ad33cf8a84d25c8f4e7dc8f6ec1ae0c25748b90.tar.bz2 gentoo-5ad33cf8a84d25c8f4e7dc8f6ec1ae0c25748b90.zip |
app-accessibility/freetts: fix RedirectedUrl
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-accessibility/freetts/freetts-1.2.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/freetts/freetts-1.2.2-r2.ebuild b/app-accessibility/freetts/freetts-1.2.2-r2.ebuild index 4322b03c1b15..38b75456e0e4 100644 --- a/app-accessibility/freetts/freetts-1.2.2-r2.ebuild +++ b/app-accessibility/freetts/freetts-1.2.2-r2.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 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 DESCRIPTION="A speech synthesis system written entirely in Java" -HOMEPAGE="https://freetts.sourceforge.net/" +HOMEPAGE="https://freetts.sourceforge.io/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="jsapi? ( sun-bcla-jsapi ) freetts" |