From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1588356-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 35975158451
	for <garchives@archives.gentoo.org>; Sun,  7 Jan 2024 22:09:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5EE962BC019;
	Sun,  7 Jan 2024 22:09:46 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 41CE92BC019
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jan 2024 22:09:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 435D63432F3
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jan 2024 22:09:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C9DE0AE5
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jan 2024 22:09:43 +0000 (UTC)
From: "Joe Kappus" <joe@wt.gd>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" <joe@wt.gd>
Message-ID: <1704665187.6c08f024e4719f4579c4622cde2f44dd229c2ab8.joe@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: app-admin/s-tui/metadata.xml
X-VCS-Directories: app-admin/s-tui/
X-VCS-Committer: joe
X-VCS-Committer-Name: Joe Kappus
X-VCS-Revision: 6c08f024e4719f4579c4622cde2f44dd229c2ab8
X-VCS-Branch: dev
Date: Sun,  7 Jan 2024 22:09:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ee42946d-3afa-47c1-b637-d51127620f19
X-Archives-Hash: 9ee75c8c4197e15f93caff7ba83fe8b8

commit:     6c08f024e4719f4579c4622cde2f44dd229c2ab8
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jan  7 22:06:27 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sun Jan  7 22:06:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c08f024

app-admin/s-tui: add myself as a maintainer

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 app-admin/s-tui/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index e91d3faefb..479df1372c 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-    <!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>joe@wt.gd</email>
+		<name>joecool</name>
+	</maintainer>
     <upstream>
         <remote-id type="github">amanusk/s-tui</remote-id>
         <remote-id type="pypi">s-tui</remote-id>