From: Michael Mair-Keimberger Date: Mon, 12 Mar 2018 09:30:23 +0000 (+0100) Subject: net-dns/dnssec-lookup: use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1eac74ccee3a9557fac2a44457a4f5143953b6ae;p=gentoo.git net-dns/dnssec-lookup: use HTTPS --- diff --git a/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild b/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild index c79848fe5e59..f3ca3773b579 100644 --- a/net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild +++ b/net-dns/dnssec-lookup/dnssec-lookup-2.2.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=5 @@ -8,8 +8,8 @@ inherit qt4-r2 MY_PN=${PN/dnssec-/} MY_P=${MY_PN}-${PV} DESCRIPTION="DNS lookup utility that supports DNSSEC validation" -HOMEPAGE="http://www.dnssec-tools.org" -SRC_URI="http://www.dnssec-tools.org/download/${MY_P}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.dnssec-tools.org" +SRC_URI="https://www.dnssec-tools.org/download/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"