commit: a47360cd401afc3d172ce834a4efccfdf32c97dc Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Tue Nov 19 00:45:49 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Nov 19 00:45:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47360cd
sys-fs/fuse: add myself as maintainer Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> sys-fs/fuse/metadata.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sys-fs/fuse/metadata.xml b/sys-fs/fuse/metadata.xml index 5eb638674b9..623329bb95d 100644 --- a/sys-fs/fuse/metadata.xml +++ b/sys-fs/fuse/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="cpe">cpe:/a:fuse:fuse</remote-id> - <remote-id type="github">libfuse/libfuse</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Aaron BaumanM</name> + </maintainer> + <upstream> + <remote-id type="cpe">cpe:/a:fuse:fuse</remote-id> + <remote-id type="github">libfuse/libfuse</remote-id> + </upstream> </pkgmetadata>
