Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/valtz/
Date: Fri, 06 Jul 2018 21:48:39
Message-Id: 1530913675.90299da861f668eed9ec525fee56672c035b8c62.asturm@gentoo
1 commit: 90299da861f668eed9ec525fee56672c035b8c62
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 28 18:39:07 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 6 21:47:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90299da8
7
8 net-dns/valtz: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/9020
11
12 net-dns/valtz/valtz-0.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-dns/valtz/valtz-0.7.ebuild b/net-dns/valtz/valtz-0.7.ebuild
16 index 7df2526b1de..6601585cf11 100644
17 --- a/net-dns/valtz/valtz-0.7.ebuild
18 +++ b/net-dns/valtz/valtz-0.7.ebuild
19 @@ -4,8 +4,8 @@
20 EAPI=0
21
22 DESCRIPTION="Validation tool for tinydns-data zone files"
23 -SRC_URI="http://x42.com/software/valtz/${PN}.tgz"
24 -HOMEPAGE="http://x42.com/software/valtz/"
25 +SRC_URI="https://x42.com/software/valtz/${PN}.tgz"
26 +HOMEPAGE="https://x42.com/software/valtz/"
27 IUSE=""
28
29 SLOT="0"