commit: bbe00da89921aadf498f63875d5e50a90acdd935 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 13:19:56 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 13:25:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe00da8
dev-libs/libfastjson: take up maintainership; update metadata Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-libs/libfastjson/metadata.xml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/dev-libs/libfastjson/metadata.xml b/dev-libs/libfastjson/metadata.xml index 5cd060458eea..dcbe41f54074 100644 --- a/dev-libs/libfastjson/metadata.xml +++ b/dev-libs/libfastjson/metadata.xml @@ -1,13 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> - <!-- maintainer-needed --> - <slots> - <subslots>Reflect ABI of libfastjson.so.</subslots> - </slots> - <upstream> - <bugs-to>https://github.com/rsyslog/libfastjson/issues</bugs-to> - <remote-id type="github">rsyslog/libfastjson</remote-id> - <remote-id type="cpe">cpe:/a:rsyslog:libfastjson</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Maciej Barć</name> + </maintainer> + <longdescription> + libfastjson project's aim is: to provide a small library with essential + JSON handling functions, sufficiently good json support and be very fast in + JSON processing. + </longdescription> + <slots> + <subslots>Reflect ABI of libfastjson.so.</subslots> + </slots> + <upstream> + <bugs-to>https://github.com/rsyslog/libfastjson/issues/</bugs-to> + <remote-id type="github">rsyslog/libfastjson</remote-id> + <remote-id type="cpe">cpe:/a:rsyslog:libfastjson</remote-id> + </upstream> </pkgmetadata>
