commit: 8d3f751e3ccba4cbc19e26394308e19536a085f2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Dec 20 17:16:28 2017 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Dec 20 17:41:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3f751e
virtual/cron: added myself to the metadata.xml Package-Manager: Portage-2.3.13, Repoman-2.3.3 virtual/cron/metadata.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/virtual/cron/metadata.xml b/virtual/cron/metadata.xml index 483c3d16088..7de5dbeb799 100644 --- a/virtual/cron/metadata.xml +++ b/virtual/cron/metadata.xml @@ -1,8 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Cron Project</name> -</maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Anthony G. Basile</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Cron Project</name> + </maintainer> </pkgmetadata>
