diff options
-rw-r--r-- | dev-libs/libtommath/libtommath-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtommath/libtommath-1.0.ebuild b/dev-libs/libtommath/libtommath-1.0.ebuild index 84b55329e834..98b3e2027e2b 100644 --- a/dev-libs/libtommath/libtommath-1.0.ebuild +++ b/dev-libs/libtommath/libtommath-1.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit autotools eutils multilib toolchain-funcs DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" -HOMEPAGE="https://github.com/libtom/libtommath" +HOMEPAGE="http://www.libtom.org/" SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}.tar.xz" LICENSE="WTFPL-2" |