diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-12 10:34:34 +0100 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-03-20 15:09:44 -0400 |
commit | 62d00333194c5eed6e84e143a16f6d39e5dd7514 (patch) | |
tree | 8f7f5db9ac1d7d764f9b9019dc3f22176e4372c4 /net-dns | |
parent | dev-python/vpython: initial import (diff) | |
download | gentoo-62d00333194c5eed6e84e143a16f6d39e5dd7514.tar.gz gentoo-62d00333194c5eed6e84e143a16f6d39e5dd7514.tar.bz2 gentoo-62d00333194c5eed6e84e143a16f6d39e5dd7514.zip |
net-dns/dnssec-validator: use HTTPS
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnssec-validator/dnssec-validator-2.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/dnssec-validator/dnssec-validator-2.2-r1.ebuild b/net-dns/dnssec-validator/dnssec-validator-2.2-r1.ebuild index 7830c98a5d5b..e1adc510a275 100644 --- a/net-dns/dnssec-validator/dnssec-validator-2.2-r1.ebuild +++ b/net-dns/dnssec-validator/dnssec-validator-2.2-r1.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 eutils DESCRIPTION="DNSSEC validator (dnsval)" -HOMEPAGE="http://www.dnssec-tools.org/" -SRC_URI="http://www.dnssec-tools.org/download/dnsval-${PV}.tar.gz" +HOMEPAGE="https://www.dnssec-tools.org/" +SRC_URI="https://www.dnssec-tools.org/download/dnsval-${PV}.tar.gz" LICENSE="BSD" SLOT="0" |