summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2024-07-03 16:31:53 -0500
committerMatthias Maier <tamiko@gentoo.org>2024-07-03 16:48:44 -0500
commit4cae16c88430bc1532a8194ebc2ed654373f4e26 (patch)
tree7a90eaa777c94e8c1648b0f48ddf2fcdcc97039a /app-shells
parentsci-libs/arborx: add 1.6 (diff)
downloadgentoo-4cae16c88430bc1532a8194ebc2ed654373f4e26.tar.gz
gentoo-4cae16c88430bc1532a8194ebc2ed654373f4e26.tar.bz2
gentoo-4cae16c88430bc1532a8194ebc2ed654373f4e26.zip
app-shells/*: sneaky developer switch floppym <-> tamiko
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/gentoo-zsh-completions/metadata.xml4
-rw-r--r--app-shells/zsh-completions/metadata.xml4
-rw-r--r--app-shells/zsh/metadata.xml8
3 files changed, 12 insertions, 4 deletions
diff --git a/app-shells/gentoo-zsh-completions/metadata.xml b/app-shells/gentoo-zsh-completions/metadata.xml
index a9734d45edf8..33a7143a9edc 100644
--- a/app-shells/gentoo-zsh-completions/metadata.xml
+++ b/app-shells/gentoo-zsh-completions/metadata.xml
@@ -2,6 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
+ <email>floppym@gentoo.org</email>
+ <name>Mike Gilbert</name>
+ </maintainer>
+ <maintainer type="person">
<email>tamiko@gentoo.org</email>
<name>Matthias Maier</name>
</maintainer>
diff --git a/app-shells/zsh-completions/metadata.xml b/app-shells/zsh-completions/metadata.xml
index 4ba58baa724a..2c5307faf950 100644
--- a/app-shells/zsh-completions/metadata.xml
+++ b/app-shells/zsh-completions/metadata.xml
@@ -2,6 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
+ <email>floppym@gentoo.org</email>
+ <name>Mike Gilbert</name>
+ </maintainer>
+ <maintainer type="person">
<email>tamiko@gentoo.org</email>
<name>Matthias Maier</name>
</maintainer>
diff --git a/app-shells/zsh/metadata.xml b/app-shells/zsh/metadata.xml
index b74b8760469c..9d937fd738c9 100644
--- a/app-shells/zsh/metadata.xml
+++ b/app-shells/zsh/metadata.xml
@@ -2,13 +2,13 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>tamiko@gentoo.org</email>
- <name>Matthias Maier</name>
- </maintainer>
- <maintainer type="person">
<email>floppym@gentoo.org</email>
<name>Mike Gilbert</name>
</maintainer>
+ <maintainer type="person">
+ <email>tamiko@gentoo.org</email>
+ <name>Matthias Maier</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,