commit: d6e780a3b664497cc1eb029f579ca0e1dc5488a8 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Apr 10 11:53:38 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Tue Apr 10 19:24:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e780a3
dev-libs/softhsm: use HTTPS dev-libs/softhsm/softhsm-2.3.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/softhsm/softhsm-2.3.0.ebuild b/dev-libs/softhsm/softhsm-2.3.0.ebuild index 4594e95330d..52c594d4609 100644 --- a/dev-libs/softhsm/softhsm-2.3.0.ebuild +++ b/dev-libs/softhsm/softhsm-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit ltprune DESCRIPTION="A software PKCS#11 implementation" -HOMEPAGE="http://www.opendnssec.org/" -SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz" +HOMEPAGE="https://www.opendnssec.org/" +SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="bindist libressl migration-tool test"