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 287E01382C5 for ; Sat, 27 Jun 2020 20:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D992DE0940; Sat, 27 Jun 2020 20:45:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C0AA7E0940 for ; Sat, 27 Jun 2020 20:45:21 +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 CFC5934ED5A for ; Sat, 27 Jun 2020 20:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 669032BE for ; Sat, 27 Jun 2020 20:45:18 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1593290683.5d1325b4fa7493ad647fa1cd5a055382b5b8dfe0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nsca/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nsca/nsca-2.7.2-r103.ebuild X-VCS-Directories: net-analyzer/nsca/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5d1325b4fa7493ad647fa1cd5a055382b5b8dfe0 X-VCS-Branch: master Date: Sat, 27 Jun 2020 20:45:18 +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: 1e747045-0e32-49e2-ac24-563ad7f7a873 X-Archives-Hash: 5a45005abdf775f5a38b65c14b5428c2 commit: 5d1325b4fa7493ad647fa1cd5a055382b5b8dfe0 Author: Alexey Sokolov google com> AuthorDate: Sat Jun 20 16:00:21 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 27 20:44:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1325b4 net-analyzer/nsca: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: Andreas K. Hüttel gentoo.org> net-analyzer/nsca/nsca-2.7.2-r103.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nsca/nsca-2.7.2-r103.ebuild b/net-analyzer/nsca/nsca-2.7.2-r103.ebuild index fb8d8498ef6..9fe0ae002f7 100644 --- a/net-analyzer/nsca/nsca-2.7.2-r103.ebuild +++ b/net-analyzer/nsca/nsca-2.7.2-r103.ebuild @@ -6,7 +6,7 @@ EAPI=4 inherit multilib user eutils DESCRIPTION="Nagios Service Check Acceptor" -HOMEPAGE="http://www.nagios.org/" +HOMEPAGE="https://www.nagios.org/" SRC_URI="mirror://sourceforge/nagios/${P}.tar.gz" LICENSE="GPL-2"