diff options
author | Ian Hixson <mujo@sdf.org> | 2021-08-06 18:31:56 -0700 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-08-23 08:41:40 +0300 |
commit | f33fc48e76d65b03df707ccc3f6ad7e0547cdc67 (patch) | |
tree | d77e4642bc338563267de55e268d9083db05f4ee /app-editors/kakoune | |
parent | dev-util/visualvm: removed obsolete 2.0.7 (diff) | |
download | gentoo-f33fc48e76d65b03df707ccc3f6ad7e0547cdc67.tar.gz gentoo-f33fc48e76d65b03df707ccc3f6ad7e0547cdc67.tar.bz2 gentoo-f33fc48e76d65b03df707ccc3f6ad7e0547cdc67.zip |
app-editors/kakoune: Add myself as proxy maintainer.
Signed-off-by: Ian Hixson <mujo@sdf.org>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/kakoune')
-rw-r--r-- | app-editors/kakoune/metadata.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/app-editors/kakoune/metadata.xml b/app-editors/kakoune/metadata.xml index 9469b5728eda..0de50c33abc4 100644 --- a/app-editors/kakoune/metadata.xml +++ b/app-editors/kakoune/metadata.xml @@ -1,8 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">mawww/kakoune</remote-id> - </upstream> + <maintainer type="person" proxied="yes"> + <email>mujo@sdf.org</email> + <name>Ian Hixson</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">mawww/kakoune</remote-id> + </upstream> </pkgmetadata> |