Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-nodes/
Date: Tue, 20 Mar 2018 19:10:31
Message-Id: 1521572988.87ee500ea32d3abeeba90c6b25ba6be8c5533f50.candrews@gentoo
1 commit: 87ee500ea32d3abeeba90c6b25ba6be8c5533f50
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 12 09:30:49 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 20 19:09:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ee500e
7
8 net-dns/dnssec-nodes: use HTTPS
9
10 net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild b/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild
14 index ef03bc87966..e6ba7ee132b 100644
15 --- a/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild
16 +++ b/net-dns/dnssec-nodes/dnssec-nodes-2.2.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -6,8 +6,8 @@ EAPI=5
24 inherit eutils qt4-r2
25
26 DESCRIPTION="graphically depicts the DNSSEC results from a lookup via logfiles"
27 -HOMEPAGE="http://www.dnssec-tools.org"
28 -SRC_URI="http://www.dnssec-tools.org/download/${P}.tar.gz"
29 +HOMEPAGE="https://www.dnssec-tools.org"
30 +SRC_URI="https://www.dnssec-tools.org/download/${P}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0"