From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1550571-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 D92B315801B
	for <garchives@archives.gentoo.org>; Tue, 29 Aug 2023 23:43:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 04DE62BC01C;
	Tue, 29 Aug 2023 23:43:33 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 E0D8F2BC01C
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2023 23:43:32 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0620A340C53
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2023 23:43:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DF7410DB
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2023 23:43:30 +0000 (UTC)
From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "orbea" <orbea@riseup.net>
Message-ID: <1693349217.79c03a02bf5685c76801c99b33b11ba40125a98c.orbea@gentoo>
Subject: [gentoo-commits] repo/proj/libressl:master commit in: mail-mta/opensmtpd/
X-VCS-Repository: repo/proj/libressl
X-VCS-Files: mail-mta/opensmtpd/metadata.xml
X-VCS-Directories: mail-mta/opensmtpd/
X-VCS-Committer: orbea
X-VCS-Committer-Name: orbea
X-VCS-Revision: 79c03a02bf5685c76801c99b33b11ba40125a98c
X-VCS-Branch: master
Date: Tue, 29 Aug 2023 23:43:30 +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: cc682959-d861-4a28-9006-5fb88e4d3a4d
X-Archives-Hash: a200f81146cc05e30396ad87e4678326

commit:     79c03a02bf5685c76801c99b33b11ba40125a98c
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Aug 29 22:46:57 2023 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Aug 29 22:46:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=79c03a02

mail-mta/opensmtpd: drop to maintainer-needed

Signed-off-by: orbea <orbea <AT> riseup.net>

 mail-mta/opensmtpd/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/mail-mta/opensmtpd/metadata.xml b/mail-mta/opensmtpd/metadata.xml
index 12887d4..d784c61 100644
--- a/mail-mta/opensmtpd/metadata.xml
+++ b/mail-mta/opensmtpd/metadata.xml
@@ -1,13 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<!-- maintainer-needed -->
 	<longdescription lang="en">
 		OpenSMTPD is an implementation of the server-side SMTP protocol as defined by RFC 5321, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol.
 	</longdescription>
-	<maintainer type="person">
-		<email>zx2c4@gentoo.org</email>
-		<name>Jason A. Donenfeld</name>
-	</maintainer>
 	<use>
 		<flag name="mta">Enable this to install as system-wide MTA</flag>
 	</use>