diff options
author | 2024-12-28 00:58:52 +0100 | |
---|---|---|
committer | 2025-01-21 16:34:33 +0200 | |
commit | d942a7bd6a6b330a3a5983333c0b98d1b27c2e57 (patch) | |
tree | 0e6989cb7139073312b956fa8abba4e899c0c234 /app-shells | |
parent | app-shells/fish: add 4.0_beta1 (diff) | |
download | gentoo-d942a7bd6a6b330a3a5983333c0b98d1b27c2e57.tar.gz gentoo-d942a7bd6a6b330a3a5983333c0b98d1b27c2e57.tar.bz2 gentoo-d942a7bd6a6b330a3a5983333c0b98d1b27c2e57.zip |
app-shells/fish: add myself as a maintainer
Signed-off-by: idealseal <realidealseal@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39870
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/metadata.xml | 25 |
1 files 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>realidealseal@protonmail.com</email> + <name>idealseal</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</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> |