diff options
author | Nikos Chantziaras <realnc@gmail.com> | 2019-04-23 00:18:41 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-24 08:16:18 +0200 |
commit | d6baaa42376f769e4eb32bc5972f73ef811f499c (patch) | |
tree | e00e59918219eac6936ff7add19bf24c2c44416d /dev-vcs | |
parent | dev-vcs/git-remote-hg: simplify deps, remove redundant src_test() (diff) | |
download | gentoo-d6baaa42376f769e4eb32bc5972f73ef811f499c.tar.gz gentoo-d6baaa42376f769e4eb32bc5972f73ef811f499c.tar.bz2 gentoo-d6baaa42376f769e4eb32bc5972f73ef811f499c.zip |
dev-vcs/git-remote-hg: Add maintainer, update metadata upstream
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Nikos Chantziaras <realnc@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-remote-hg/metadata.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dev-vcs/git-remote-hg/metadata.xml b/dev-vcs/git-remote-hg/metadata.xml index c96b528c4584..516b1c49f64f 100644 --- a/dev-vcs/git-remote-hg/metadata.xml +++ b/dev-vcs/git-remote-hg/metadata.xml @@ -1,13 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>realnc@gmail.com</email> + <name>Nikos Chantziaras</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <longdescription> 'git-remote-hg' is the semi-official Mercurial bridge from Git project, once installed, it allows you to clone, fetch and push to and from Mercurial repositories as if they were Git ones. </longdescription> <upstream> - <remote-id type="github">felipec/git-remote-hg</remote-id> + <remote-id type="github">mnauw/git-remote-hg</remote-id> </upstream> </pkgmetadata> |