commit: 4464ed0b4921ec49b5cb6c4b4e1434b091ee792f Author: Rahil Bhimjiani <rahil3108 <AT> gmail <DOT> com> AuthorDate: Tue Oct 31 16:38:25 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Oct 31 17:18:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4464ed0b
app-containers/buildah: metadata.xml Fix ordering of maintainers Signed-off-by: Rahil Bhimjiani <rahil3108 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33608 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> app-containers/buildah/metadata.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-containers/buildah/metadata.xml b/app-containers/buildah/metadata.xml index f1677943e1bc..02ed3dfe2380 100644 --- a/app-containers/buildah/metadata.xml +++ b/app-containers/buildah/metadata.xml @@ -5,14 +5,14 @@ <email>[email protected]</email> <name>Zac Medico</name> </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> <maintainer type="person" proxied="yes"> <email>[email protected]</email> <name>Rahil Bhimjiani</name> </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <upstream> <remote-id type="github">containers/buildah</remote-id> </upstream>
