commit: 70989d2866486ac2626009213949d2ed674ed08d Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Feb 27 23:58:53 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Feb 27 23:59:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70989d28
net-dialup/mgetty: add myself as maintainer Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-dialup/mgetty/metadata.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/net-dialup/mgetty/metadata.xml b/net-dialup/mgetty/metadata.xml index d1a981dc957..d2d4288847e 100644 --- a/net-dialup/mgetty/metadata.xml +++ b/net-dialup/mgetty/metadata.xml @@ -1,11 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription>Suite of programs that allows you to take full advantage of your voice/fax modem. -mgetty is capable of handling data, fax and voice calls without interfering with outgoing calls.</longdescription> -<use> - <flag name="fax">Enables fax support</flag> - <flag name="fidonet">Enables FidoNet support</flag> -</use> + <maintainer type="person"> + <email>[email protected]</email> + <name>Conrad Kostecki</name> + </maintainer> + <longdescription> + Suite of programs that allows you to take full advantage + of your voice/fax modem. Mgetty is capable of handling data, + fax and voice calls without interfering with outgoing calls. + </longdescription> + <use> + <flag name="fax">Enables fax support</flag> + <flag name="fidonet">Enables FidoNet support</flag> + </use> </pkgmetadata>
