commit: 0d4034f4e0addbafaa641320c137abaa7e8da529 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Oct 11 23:49:50 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 23:54:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4034f4
dev-lua/luadbi: add myself as maintainer Also changed upstream from google to github. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/luadbi/metadata.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-lua/luadbi/metadata.xml b/dev-lua/luadbi/metadata.xml index 2ff9f66c889..1dbf53904c3 100644 --- a/dev-lua/luadbi/metadata.xml +++ b/dev-lua/luadbi/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Conrad Kostecki</name> + </maintainer> <upstream> - <remote-id type="google-code">luadbi</remote-id> + <remote-id type="github">mwild1/luadbi</remote-id> </upstream> </pkgmetadata>
