Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/
Date: Wed, 06 Jul 2022 04:29:11
Message-Id: 1657081735.d5acaa3b4bb06330bb59e4280bad12084a55a2bb.ajak@gentoo
1 commit: d5acaa3b4bb06330bb59e4280bad12084a55a2bb
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 04:27:15 2022 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 04:28:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5acaa3b
7
8 sys-process/glances: add myself as a maintainer
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 sys-process/glances/metadata.xml | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-process/glances/metadata.xml b/sys-process/glances/metadata.xml
16 index 9723c1fafdbb..0812be0adddf 100644
17 --- a/sys-process/glances/metadata.xml
18 +++ b/sys-process/glances/metadata.xml
19 @@ -5,6 +5,10 @@
20 <email>gyakovlev@g.o</email>
21 <name>Georgy Yakovlev</name>
22 </maintainer>
23 + <maintainer type="person">
24 + <email>ajak@g.o</email>
25 + <name>John Helmert III</name>
26 + </maintainer>
27 <longdescription>
28 Glances is a cross-platform monitoring tool which aims to present a large
29 amount of monitoring information through a curses or Web based interface.
30 @@ -12,7 +16,7 @@
31 It can also work in client/server mode.
32 Remote monitoring could be done via terminal, Web interface or API (XML-RPC and RESTful).
33 Stats can also be exported to files or external time/value databases.
34 -</longdescription>
35 + </longdescription>
36 <upstream>
37 <remote-id type="pypi">Glances</remote-id>
38 <remote-id type="github">nicolargo/glances</remote-id>