diff options
author | Sam James <sam@gentoo.org> | 2020-08-19 14:28:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-19 14:33:14 +0000 |
commit | fe7ed856293badb9ebd5365a88e835b05a66ac67 (patch) | |
tree | 19e6aa3b9a355d80c02f5bf0a86f45fee273c99b /dev-libs/libtommath | |
parent | dev-libs/botan: add upstream info (diff) | |
download | gentoo-fe7ed856293badb9ebd5365a88e835b05a66ac67.tar.gz gentoo-fe7ed856293badb9ebd5365a88e835b05a66ac67.tar.bz2 gentoo-fe7ed856293badb9ebd5365a88e835b05a66ac67.zip |
dev-libs/libtommath: use HTTPS in HOMEPAGE
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/libtommath-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild b/dev-libs/libtommath/libtommath-1.2.0.ebuild index daa2c65092bc..886477028fb7 100644 --- a/dev-libs/libtommath/libtommath-1.2.0.ebuild +++ b/dev-libs/libtommath/libtommath-1.2.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools toolchain-funcs DESCRIPTION="Optimized and portable routines for integer theoretic applications" -HOMEPAGE="http://www.libtom.net/" +HOMEPAGE="https://www.libtom.net/" SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}.tar.xz" LICENSE="Unlicense" |