net-dns/dnssec-lookup: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 12 Mar 2018 09:30:23 +0000 (10:30 +0100)
committerCraig Andrews <candrews@gentoo.org>
Tue, 20 Mar 2018 19:09:49 +0000 (15:09 -0400)
net-dns/dnssec-lookup/dnssec-lookup-2.2.ebuild

index c79848fe5e5975358941cc88dec7e243a393729f..f3ca3773b579bd384cb1a5e3aebe0c936bd22e6d 100644 (file)
@@ -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"