commit: dccbcfce1998b6d7c017c405b41b8df13798bc3b Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue Oct 22 14:02:50 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Oct 22 14:02:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dccbcfce
dev-util/pifpaf: add myself as a maintainer Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-util/pifpaf/metadata.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-util/pifpaf/metadata.xml b/dev-util/pifpaf/metadata.xml index 51b5b3c57..03083efc3 100644 --- a/dev-util/pifpaf/metadata.xml +++ b/dev-util/pifpaf/metadata.xml @@ -1,9 +1,15 @@ <?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>Anna</name> + </maintainer> <longdescription lang="en"> -Pifpaf is a suite of fixtures and a command-line tool that allows to start and stop daemons for a quick throw-away usage. This is typically useful when needing these daemons to run integration testing. It originaly evolved from its precussor overtest. + Pifpaf is a suite of fixtures and a command-line tool that allows to + start and stop daemons for a quick throw-away usage. This is typically + useful when needing these daemons to run integration testing. It + originaly evolved from its precussor overtest. </longdescription> <upstream> <remote-id type="github">jd/pifpaf</remote-id>
