commit: 0543e77f809850be5d8e762c70793d504f53503b Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sat Mar 12 19:09:51 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sat Mar 12 19:19:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0543e77f
dev-libs/miniz: add myself as a maintainer Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-libs/miniz/metadata.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/miniz/metadata.xml b/dev-libs/miniz/metadata.xml index 9ae3e1edddab..c43f3b1a6204 100644 --- a/dev-libs/miniz/metadata.xml +++ b/dev-libs/miniz/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Matthew Smith</name> + </maintainer> <longdescription> Miniz is a lossless, high performance data compression library in a single source file that implements the zlib (RFC 1950) and Deflate (RFC 1951) compressed data format specification standards. It supports the most commonly
