From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1404756-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 77330158091 for <garchives@archives.gentoo.org>; Sat, 4 Jun 2022 19:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8189E09A8; Sat, 4 Jun 2022 19:58:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8CB70E09A8 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Jun 2022 19:58:02 +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 CEEC934176E for <gentoo-commits@lists.gentoo.org>; Sat, 4 Jun 2022 19:58:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CE264F6 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Jun 2022 19:57:59 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1654372674.83b8c901b929b3393d3414cadbcda50f6b4ccf5d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-remote/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/neovim-remote/metadata.xml X-VCS-Directories: dev-python/neovim-remote/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 83b8c901b929b3393d3414cadbcda50f6b4ccf5d X-VCS-Branch: master Date: Sat, 4 Jun 2022 19:57:59 +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: 3d59f5fd-147a-4747-9fa4-81c42d72b4e1 X-Archives-Hash: 1a27c97ef37008fc4b362d14bdf86f5f commit: 83b8c901b929b3393d3414cadbcda50f6b4ccf5d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 4 19:56:15 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 4 19:57:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b8c901 dev-python/neovim-remote: Add python@ as co-maint. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/neovim-remote/metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/neovim-remote/metadata.xml b/dev-python/neovim-remote/metadata.xml index 2ffcbb601a94..bbf1e5633e11 100644 --- a/dev-python/neovim-remote/metadata.xml +++ b/dev-python/neovim-remote/metadata.xml @@ -9,6 +9,10 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> <upstream> <remote-id type="pypi">neovim-remote</remote-id> </upstream>