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 373B3138334 for ; Mon, 11 Mar 2019 04:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A583E0CAB; Mon, 11 Mar 2019 04:48:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D717DE0CAA for ; Mon, 11 Mar 2019 04:48:14 +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 6B310335C8E for ; Mon, 11 Mar 2019 04:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5650856A for ; Mon, 11 Mar 2019 04:48:10 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1552279618.271e99d26a8c028fe7cefeed5719a4af5bc223bf.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ndoutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild X-VCS-Directories: net-analyzer/ndoutils/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 271e99d26a8c028fe7cefeed5719a4af5bc223bf X-VCS-Branch: master Date: Mon, 11 Mar 2019 04:48:10 +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: c3e73537-66b3-4613-991e-b37a428b7a55 X-Archives-Hash: 6e0c6e77b3a92d075c31e86bd3764c39 commit: 271e99d26a8c028fe7cefeed5719a4af5bc223bf Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 9 18:04:08 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 11 04:46:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271e99d2 net-analyzer/ndoutils: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild b/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild index 57a0389779b..018e14d53e3 100644 --- a/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild +++ b/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit systemd DESCRIPTION="Nagios addon to store Nagios data in a MySQL database" -HOMEPAGE="http://www.nagios.org/" +HOMEPAGE="https://www.nagios.org/" SRC_URI="https://github.com/NagiosEnterprises/${PN}/archive/${P}.tar.gz" LICENSE="GPL-2"