Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ndoutils/
Date: Mon, 11 Mar 2019 04:48:19
Message-Id: 1552279618.271e99d26a8c028fe7cefeed5719a4af5bc223bf.bman@gentoo
1 commit: 271e99d26a8c028fe7cefeed5719a4af5bc223bf
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 9 18:04:08 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 04:46:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271e99d2
7
8 net-analyzer/ndoutils: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild b/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild
17 index 57a0389779b..018e14d53e3 100644
18 --- a/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild
19 +++ b/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 inherit systemd
27
28 DESCRIPTION="Nagios addon to store Nagios data in a MySQL database"
29 -HOMEPAGE="http://www.nagios.org/"
30 +HOMEPAGE="https://www.nagios.org/"
31 SRC_URI="https://github.com/NagiosEnterprises/${PN}/archive/${P}.tar.gz"
32
33 LICENSE="GPL-2"