From: Michael Mair-Keimberger Date: Sun, 26 May 2019 08:38:29 +0000 (+0200) Subject: dev-libs/libtompoly: fix HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1083683f43157a9066c6d4a640d6bd3f90bd2809;p=gentoo.git dev-libs/libtompoly: fix HOMEPAGE Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- diff --git a/dev-libs/libtompoly/libtompoly-0.04.ebuild b/dev-libs/libtompoly/libtompoly-0.04.ebuild index 038467c5d147..498b2f55e6d0 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"