commit: 361cb07181f761c111763f1243e4d03db9654c99
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 09:58:59 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 10:00:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361cb071
dev-python/gast: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gast/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/gast/metadata.xml b/dev-python/gast/metadata.xml
index 6ffee76e7ef..bae3d662081 100644
--- a/dev-python/gast/metadata.xml
+++ b/dev-python/gast/metadata.xml
@@ -4,6 +4,10 @@
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
<longdescription lang="en">
A generic AST to represent Python2 and Python3's Abstract
Syntax Tree(AST).
GAST provides a compatibility layer between the AST of various
Python versions, as produced by ast.parse from the standard ast module.