commit: 91cb3cae527d08744e59bb8641351f7bba2823b7
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sun Aug 4 06:06:22 2024 +0000
Commit: Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Sun Aug 4 06:06:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91cb3cae
app-misc/pfetch: add myself as a maintainer
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
app-misc/pfetch/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-misc/pfetch/metadata.xml b/app-misc/pfetch/metadata.xml
index 24f9e6285..a72f6ec39 100644
--- a/app-misc/pfetch/metadata.xml
+++ b/app-misc/pfetch/metadata.xml
@@ -5,6 +5,10 @@
<email>[email protected]</email>
<name>Mathieu Tortuyaux</name>
</maintainer>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Daichi Yamamoto</name>
+ </maintainer>
<longdescription lang="en">
The goal of this project is to implement a simple system information
tool in POSIX sh using features built into the language itself (where possible).
The source code is highly documented and I hope it will act as a
learning resource for POSIX sh and simple information detection across various
different operating systems.