commit: 37984f0774fe5ffc44eaaef89a336fba4af01e98 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sat Sep 16 23:44:10 2023 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sat Sep 16 23:44:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37984f07
app-shells/gentoo-zsh-completions: add myself as a maintainer Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> app-shells/gentoo-zsh-completions/metadata.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-shells/gentoo-zsh-completions/metadata.xml b/app-shells/gentoo-zsh-completions/metadata.xml index f0cd0b94ad24..562a97957008 100644 --- a/app-shells/gentoo-zsh-completions/metadata.xml +++ b/app-shells/gentoo-zsh-completions/metadata.xml @@ -1,7 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!--maintainer-needed--> + <maintainer type="person"> + <email>[email protected]</email> + <name>Matthias Maier</name> + </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="github">gentoo/gentoo-zsh-completions</remote-id> </upstream>
