commit: 964ea4f76141f18b292031e25b5f973b4e63ee52 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jul 8 06:30:06 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jul 8 06:55:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964ea4f7
dev-python/coreschema: Add python@ as maintainer Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/coreschema/coreschema-0.0.4.ebuild | 2 +- dev-python/coreschema/metadata.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild b/dev-python/coreschema/coreschema-0.0.4.ebuild index 9dd5057cd50..a4c0e7af886 100644 --- a/dev-python/coreschema/coreschema-0.0.4.ebuild +++ b/dev-python/coreschema/coreschema-0.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml index d45b55897ac..96dce88db22 100644 --- a/dev-python/coreschema/metadata.xml +++ b/dev-python/coreschema/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="project"> + <email>[email protected]</email> + <name>Python</name> + </maintainer> <upstream> <remote-id type="pypi">coreschema</remote-id> </upstream>
