From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79A4F138334 for ; Wed, 23 Oct 2019 05:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FB80E097D; Wed, 23 Oct 2019 05:11:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C9B9E097D for ; Wed, 23 Oct 2019 05:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 434D734C237 for ; Wed, 23 Oct 2019 05:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DFC5896 for ; Wed, 23 Oct 2019 05:10:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1571806301.7a820b91cc6a22f47d851578ebb88d9c62da2001.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnsviz/dnsviz-0.8.2.ebuild X-VCS-Directories: net-dns/dnsviz/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7a820b91cc6a22f47d851578ebb88d9c62da2001 X-VCS-Branch: master Date: Wed, 23 Oct 2019 05:10:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3478489-80f0-4560-ae59-3338cb1aa353 X-Archives-Hash: 687d384e9b1a0e27565bf82fbe8df7fb commit: 7a820b91cc6a22f47d851578ebb88d9c62da2001 Author: Hasan ÇALIŞIR psauxit com> AuthorDate: Sun Oct 20 13:05:14 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 23 04:51:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a820b91 net-dns/dnsviz: fix homepage Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hasan ÇALIŞIR psauxit.com> Closes: https://github.com/gentoo/gentoo/pull/13362 Signed-off-by: Joonas Niilola gentoo.org> net-dns/dnsviz/dnsviz-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/dnsviz/dnsviz-0.8.2.ebuild b/net-dns/dnsviz/dnsviz-0.8.2.ebuild index 3787de26511..0081344f211 100644 --- a/net-dns/dnsviz/dnsviz-0.8.2.ebuild +++ b/net-dns/dnsviz/dnsviz-0.8.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit distutils-r1 eutils DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC" -HOMEPAGE="http://dnsviz.net/" +HOMEPAGE="https://dnsviz.net/" SRC_URI="https://github.com/dnsviz/dnsviz/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0"