dev-php/smarty: add myself as a maintainer.
authorMichael Orlitzky <mjo@gentoo.org>
Tue, 21 Jan 2020 23:35:34 +0000 (18:35 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 21 Jan 2020 23:35:34 +0000 (18:35 -0500)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
dev-php/smarty/metadata.xml

index 65adc5d3d3e2baa29c4ed6acd6070128f98a0c95..9f16ebd251791c75e7a5c58eb83c38bdb60177fa 100644 (file)
@@ -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>