commit: 124b2d0db51731ff2270fc4300da6e04a88c4012 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 18:22:53 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 19:12:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124b2d0d
www-apache/mod_jk: add myself as maintainer Also updated slightly metadata description. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> www-apache/mod_jk/metadata.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/www-apache/mod_jk/metadata.xml b/www-apache/mod_jk/metadata.xml index 7502a331d87..df3733f1bd8 100644 --- a/www-apache/mod_jk/metadata.xml +++ b/www-apache/mod_jk/metadata.xml @@ -1,13 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Conrad Kostecki</name> + </maintainer> <maintainer type="project"> <email>[email protected]</email> <name>Java</name> </maintainer> <longdescription> - mod_jk is a connector used to connect Tomcat JSP/Servlet - container with web servers such as Apache, Netscape, - Iplanet, SunOne and even IIS using the AJP protocol. + Mod_JK is a connector used to connect to the Tomcat Servlet Engine, + used with web servers such as Apache and IIS using the AJP protocol. </longdescription> + <upstream> + <remote-id type="github">apache/tomcat-connectors</remote-id> + </upstream> </pkgmetadata>
