commit: 1083683f43157a9066c6d4a640d6bd3f90bd2809 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun May 26 08:38:29 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 22:10:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1083683f
dev-libs/libtompoly: fix HOMEPAGE Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-libs/libtompoly/libtompoly-0.04.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild index 038467c5d14..498b2f55e6d 100644 --- a/dev-libs/libtompoly/libtompoly-0.04.ebuild +++ b/dev-libs/libtompoly/libtompoly-0.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -6,7 +6,7 @@ EAPI="4" inherit toolchain-funcs multilib DESCRIPTION="portable ISO C library for polynomial basis arithmetic" -HOMEPAGE="http://www.libtom.org/" +HOMEPAGE="http://www.libtom.net/" SRC_URI="https://github.com/libtom/libtompoly/releases/download/${PV}/ltp-${PV}.tar.bz2" LICENSE="WTFPL-2"
