commit: d942a7bd6a6b330a3a5983333c0b98d1b27c2e57 Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Fri Dec 27 23:58:52 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Jan 21 14:34:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d942a7bd
app-shells/fish: add myself as a maintainer Signed-off-by: idealseal <realidealseal <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39870 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-shells/fish/metadata.xml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/app-shells/fish/metadata.xml b/app-shells/fish/metadata.xml index df95e62078b0..f6bc0027d78e 100644 --- a/app-shells/fish/metadata.xml +++ b/app-shells/fish/metadata.xml @@ -1,13 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - Smart and user-friendly command line shell for macOS, Linux, and the rest of the family. - It includes features like syntax highlighting, autosuggest-as-you-type, - and fancy tab completions that just work, with no configuration required. - </longdescription> - <upstream> - <remote-id type="github">fish-shell/fish-shell</remote-id> - </upstream> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>idealseal</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + Smart and user-friendly command line shell for macOS, Linux, and the rest of the family. + It includes features like syntax highlighting, autosuggest-as-you-type, + and fancy tab completions that just work, with no configuration required. + </longdescription> + <upstream> + <remote-id type="github">fish-shell/fish-shell</remote-id> + </upstream> </pkgmetadata>
