diff options
author | Antony Dovgal <tony2001@php.net> | 2005-09-07 13:05:51 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-09-07 13:05:51 +0000 |
commit | 49cf0eff6a9880d751c7c4be872d3612969bc995 (patch) | |
tree | 1ac5c676d79eff6208ce8065564d1a96dd615722 | |
parent | 984f303713e2e83f9f73ecfc5b06be79a8184d5a (diff) | |
download | php-git-49cf0eff6a9880d751c7c4be872d3612969bc995.tar.gz |
add Andi & Wez as lead maintainers and make myself lead too
-rw-r--r-- | ext/oci8/package.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 5fd8749851..91d895c6d1 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -8,7 +8,19 @@ <user>tony2001</user> <name>Antony Dovgal</name> <email>tony2001@php.net</email> - <role>developer</role> + <role>lead</role> + </maintainer> + <maintainer> + <user>wez</user> + <name>Wez Furlong</name> + <email>wez@php.net</email> + <role>lead</role> + </maintainer> + <maintainer> + <user>andi</user> + <name>Andi Gutmans</name> + <email>andi@zend.com</email> + <role>lead</role> </maintainer> </maintainers> <description> |