diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-01-21 18:35:34 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-01-21 18:35:34 -0500 |
commit | e27c20214b34b10207e5149b738d27fc02b8a0e0 (patch) | |
tree | 8ea36731f93dd22ae5bc21a5aa9a4d21957f4b1c /dev-php | |
parent | dev-lang/php: add myself as a maintainer. (diff) | |
download | gentoo-e27c20214b34b10207e5149b738d27fc02b8a0e0.tar.gz gentoo-e27c20214b34b10207e5149b738d27fc02b8a0e0.tar.bz2 gentoo-e27c20214b34b10207e5149b738d27fc02b8a0e0.zip |
dev-php/smarty: add myself as a maintainer.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/metadata.xml | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/dev-php/smarty/metadata.xml b/dev-php/smarty/metadata.xml index 65adc5d3d3e2..9f16ebd25179 100644 --- a/dev-php/smarty/metadata.xml +++ b/dev-php/smarty/metadata.xml @@ -1,16 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> - <longdescription lang="en"> - Smarty is a template engine for PHP, facilitating the separation of - presentation (HTML/CSS) from application logic. This implies that PHP - code is application logic, and is separated from the presentation. - </longdescription> - <upstream> - <remote-id type="github">smarty-php/smarty</remote-id> - </upstream> + <maintainer type="project"> + <email>php-bugs@gentoo.org</email> + <name>PHP</name> + </maintainer> + <maintainer type="person"> + <email>mjo@gentoo.org</email> + <name>Michael Orlitzky</name> + </maintainer> + <longdescription lang="en"> + Smarty is a template engine for PHP, facilitating the separation + of presentation (HTML/CSS) from application logic. This implies + that PHP code is application logic, and is separated from the + presentation. + </longdescription> + <upstream> + <remote-id type="github">smarty-php/smarty</remote-id> + </upstream> </pkgmetadata> |