commit: 4aa07a3277828ffe3faf9223b2067ef0181b4d3a Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> AuthorDate: Thu Mar 23 16:08:45 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 16:08:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa07a32
app-shells/zsh: drop myself as maintainer Closes: https://github.com/gentoo/gentoo/pull/30318 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz> Signed-off-by: David Seifert <soap <AT> gentoo.org> app-shells/zsh/metadata.xml | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/app-shells/zsh/metadata.xml b/app-shells/zsh/metadata.xml index 5494fe7078d3..b9eedff38fba 100644 --- a/app-shells/zsh/metadata.xml +++ b/app-shells/zsh/metadata.xml @@ -1,21 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Piotr Karbowski</name> - </maintainer> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Thomas Bracht Laumann Jespersen</name> - </maintainer> - <longdescription> - Zsh is a shell designed for interactive use, although it is also a - powerful scripting language. Many of the useful features of bash, ksh, - and tcsh were incorporated into zsh; many original features were - added. - </longdescription> - <upstream> - <remote-id type="sourceforge">zsh</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Piotr Karbowski</name> + </maintainer> + <longdescription> + Zsh is a shell designed for interactive use, although it is also a + powerful scripting language. Many of the useful features of bash, ksh, + and tcsh were incorporated into zsh; many original features were + added. + </longdescription> + <upstream> + <remote-id type="sourceforge">zsh</remote-id> + </upstream> </pkgmetadata>
