commit: 582a4fc38be567f72fbe391f44d0ce24fff14c5a Author: Frederic Culot <culot <AT> FreeBSD <DOT> org> AuthorDate: Thu May 31 18:42:38 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 13 10:25:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582a4fc3
dev-libs/libdbh: Take maintainership I already maintain the dbh port for FreeBSD, so I assume it would not be too much extra work to also participate in the maintenance of the Gentoo package. Closes: https://github.com/gentoo/gentoo/pull/8655 dev-libs/libdbh/metadata.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-libs/libdbh/metadata.xml b/dev-libs/libdbh/metadata.xml index 1284f7758cc..d22f1a83844 100644 --- a/dev-libs/libdbh/metadata.xml +++ b/dev-libs/libdbh/metadata.xml @@ -1,6 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Frederic Culot</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <upstream> <remote-id type="sourceforge">dbh</remote-id> </upstream>
