diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-16 14:54:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-16 17:42:18 +0100 |
commit | e75ce1cc7c5e0cebe54c447b8855a3154a6d8f17 (patch) | |
tree | c9a8b59b811217d47fa7ca3c7f0446d706087e0a /app-shells | |
parent | */*: Normalize metadata.xml files (diff) | |
download | gentoo-e75ce1cc7c5e0cebe54c447b8855a3154a6d8f17.tar.gz gentoo-e75ce1cc7c5e0cebe54c447b8855a3154a6d8f17.tar.bz2 gentoo-e75ce1cc7c5e0cebe54c447b8855a3154a6d8f17.zip |
*/*: Add 'proxied="proxy"' for proxy-maint project
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '//maintainer[email="proxy-maint@gentoo.org"]' \
-t attr -n proxied -v proxy {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fzf/metadata.xml | 2 | ||||
-rw-r--r-- | app-shells/loksh/metadata.xml | 2 | ||||
-rw-r--r-- | app-shells/mcfly/metadata.xml | 2 | ||||
-rw-r--r-- | app-shells/mksh/metadata.xml | 2 | ||||
-rw-r--r-- | app-shells/peco/metadata.xml | 2 | ||||
-rw-r--r-- | app-shells/thefuck/metadata.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/app-shells/fzf/metadata.xml b/app-shells/fzf/metadata.xml index 1ca0de6d4247..c1cfdbb6681f 100644 --- a/app-shells/fzf/metadata.xml +++ b/app-shells/fzf/metadata.xml @@ -9,7 +9,7 @@ <email>telans@posteo.de</email> <name>Theo Anderson</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-shells/loksh/metadata.xml b/app-shells/loksh/metadata.xml index 6947fed68e5f..44d7d185235f 100644 --- a/app-shells/loksh/metadata.xml +++ b/app-shells/loksh/metadata.xml @@ -5,7 +5,7 @@ <email>gentoo@aisha.cc</email> <name>Aisha Tammy</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-shells/mcfly/metadata.xml b/app-shells/mcfly/metadata.xml index 0c99d19209f3..fb1de91d15ab 100644 --- a/app-shells/mcfly/metadata.xml +++ b/app-shells/mcfly/metadata.xml @@ -5,7 +5,7 @@ <email>mmk@levelnine.at</email> <name>Michael Mair-Keimberger</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-shells/mksh/metadata.xml b/app-shells/mksh/metadata.xml index c22c0afc77d8..01a609abb3bf 100644 --- a/app-shells/mksh/metadata.xml +++ b/app-shells/mksh/metadata.xml @@ -5,7 +5,7 @@ <email>contact@hacktivis.me</email> <name>Haelwenn (lanodan) Monnier</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-shells/peco/metadata.xml b/app-shells/peco/metadata.xml index e54c22ca1bc9..e008bc88d06b 100644 --- a/app-shells/peco/metadata.xml +++ b/app-shells/peco/metadata.xml @@ -5,7 +5,7 @@ <email>spiderx@spiderx.dp.ua</email> <name>Vladimir Pavljuchenkov</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-shells/thefuck/metadata.xml b/app-shells/thefuck/metadata.xml index 0af76b219fa4..5b742830ea4a 100644 --- a/app-shells/thefuck/metadata.xml +++ b/app-shells/thefuck/metadata.xml @@ -5,7 +5,7 @@ <email>me@aphypnise.eu</email> <name>Andrew Attali</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> |