commit: 274b7fc95d835c8637d3ce9db3a97a53f153946e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 26 08:45:48 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 26 08:46:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274b7fc9
net-mail/mailfront: add github remote-id Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/mailfront/metadata.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/net-mail/mailfront/metadata.xml b/net-mail/mailfront/metadata.xml index 29507c232b8..df4f4842e1f 100644 --- a/net-mail/mailfront/metadata.xml +++ b/net-mail/mailfront/metadata.xml @@ -1,11 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription lang="en"> -This is mailfront, a package containing customizeable network front-ends -for mail servers. It contains complete SMTP, QMQP, QMTP, and POP3 -front-ends as well as an authentication module for IMAP. The mail -delivery front-ends also contain internal address filtering features. -</longdescription> + <!-- maintainer-needed --> + <longdescription lang="en"> + This is mailfront, a package containing customizeable network front-ends + for mail servers. It contains complete SMTP, QMQP, QMTP, and POP3 + front-ends as well as an authentication module for IMAP. The mail + delivery front-ends also contain internal address filtering features. + </longdescription> + <upstream> + <remote-id type="github">bruceg/mailfront</remote-id> + </upstream> </pkgmetadata>
