diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-03-05 17:05:35 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-03-05 17:24:47 +0100 |
commit | 2567edd89a29e11e46a7961c96f3f22f69e0199d (patch) | |
tree | c26279b3f52314b6a2d37e403f473b31beebdcc2 /dev-libs/libtommath | |
parent | dev-perl/IO-Interface: amd64 stable wrt bug #576112 (diff) | |
download | gentoo-2567edd89a29e11e46a7961c96f3f22f69e0199d.tar.gz gentoo-2567edd89a29e11e46a7961c96f3f22f69e0199d.tar.bz2 gentoo-2567edd89a29e11e46a7961c96f3f22f69e0199d.zip |
dev-libs/libtommath: Update HOMEPAGE
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-libs/libtommath')
-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" |