diff options
Diffstat (limited to 'app-editors/vis/metadata.xml')
-rw-r--r-- | app-editors/vis/metadata.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/app-editors/vis/metadata.xml b/app-editors/vis/metadata.xml index 9bc3451307bd..e7891e2ef535 100644 --- a/app-editors/vis/metadata.xml +++ b/app-editors/vis/metadata.xml @@ -1,20 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person" proxied="yes"> - <email>contact@hacktivis.me</email> -</maintainer> -<maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> -</maintainer> -<longdescription lang="en"> -Vis aims to be a modern, legacy free, simple yet efficient editor combining the strengths of both vi(m) and sam. -</longdescription> -<use> - <flag name="tre">more memory efficient regex search using <pkg>dev-libs/tre</pkg></flag> -</use> -<upstream> - <remote-id type="github">martanne/vis</remote-id> -</upstream> + <maintainer type="person" proxied="yes"> + <email>contact@hacktivis.me</email> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + Vis aims to be a modern, legacy free, simple yet efficient editor combining the strengths of both vi(m) and sam. + </longdescription> + <use> + <flag name="tre">More memory efficient regex search using <pkg>dev-libs/tre</pkg></flag> + </use> + <upstream> + <bugs-to>https://github.com/martanne/vis/issues</bugs-to> + <changelog>https://github.com/martanne/vis/blob/master/CHANGELOG.md</changelog> + <doc>https://github.com/martanne/vis/wiki</doc> + <remote-id type="github">martanne/vis</remote-id> + </upstream> </pkgmetadata> |