diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:55:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 8849b098c085c07e4ac1257e5b39df35d98c3c58 (patch) | |
tree | 02d93ae662fb1a813380775612e35e819d67e303 /sys-libs/libcxx | |
parent | Remove explicit uses of disbanded herd e-mails from metadata.xml (diff) | |
download | gentoo-8849b098c085c07e4ac1257e5b39df35d98c3c58.tar.gz gentoo-8849b098c085c07e4ac1257e5b39df35d98c3c58.tar.bz2 gentoo-8849b098c085c07e4ac1257e5b39df35d98c3c58.zip |
Set appropriate maintainer types in metadata.xml (GLEP 67)
Diffstat (limited to 'sys-libs/libcxx')
-rw-r--r-- | sys-libs/libcxx/metadata.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcxx/metadata.xml b/sys-libs/libcxx/metadata.xml index 61f0fb1a7c8e..77398bd474d6 100644 --- a/sys-libs/libcxx/metadata.xml +++ b/sys-libs/libcxx/metadata.xml @@ -3,11 +3,11 @@ <pkgmetadata> <!-- BSD is here because the plan is to have libc++ as the standard C++ library with clang. A llvm herd would make a lot of sense here too --> - <maintainer> + <maintainer type="person"> <email>aballier@gentoo.org</email> <name>Alexis Ballier</name> </maintainer> - <maintainer> + <maintainer type="project"> <email>bsd@gentoo.org</email> <name>BSD Project</name> </maintainer> |