diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-12 10:30:49 +0100 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-03-20 15:09:48 -0400 |
commit | 87ee500ea32d3abeeba90c6b25ba6be8c5533f50 (patch) | |
tree | 020f14e563a76139d6708bea613de67f939d53c0 /net-dns/dnssec-nodes | |
parent | net-dns/dnssec-validator: use HTTPS (diff) | |
download | gentoo-87ee500ea32d3abeeba90c6b25ba6be8c5533f50.tar.gz gentoo-87ee500ea32d3abeeba90c6b25ba6be8c5533f50.tar.bz2 gentoo-87ee500ea32d3abeeba90c6b25ba6be8c5533f50.zip |
net-dns/dnssec-nodes: use HTTPS
Diffstat (limited to 'net-dns/dnssec-nodes')
-rw-r--r-- | net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild b/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild index ef03bc879664..e6ba7ee132b5 100644 --- a/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild +++ b/net-dns/dnssec-nodes/dnssec-nodes-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 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils qt4-r2 DESCRIPTION="graphically depicts the DNSSEC results from a lookup via logfiles" -HOMEPAGE="http://www.dnssec-tools.org" -SRC_URI="http://www.dnssec-tools.org/download/${P}.tar.gz" +HOMEPAGE="https://www.dnssec-tools.org" +SRC_URI="https://www.dnssec-tools.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |