commit: fcc7203fb09149955da777f24409af88a36bc7ee Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sat Dec 21 18:49:35 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Jan 21 13:53:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc7203f
app-editors/vis: indent metadata & complete upstream tag Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-editors/vis/metadata.xml | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/app-editors/vis/metadata.xml b/app-editors/vis/metadata.xml index 9bc3451307bd..7efdaf645151 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>[email protected]</email> -</maintainer> -<maintainer type="project" proxied="proxy"> - <email>[email protected]</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>[email protected]</email> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</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>
