diff options
author | John Snow | 2022-02-08 01:05:25 +0100 |
---|---|---|
committer | John Snow | 2022-02-23 23:07:26 +0100 |
commit | 89d38c74f4b69a93696392b55a9fee573055d78b (patch) | |
tree | 67eafe73fd9b0e4d54ce0cd5285631d63947e6d8 /MAINTAINERS | |
parent | Revert "python: pin setuptools below v60.0.0" (diff) | |
download | qemu-89d38c74f4b69a93696392b55a9fee573055d78b.tar.gz qemu-89d38c74f4b69a93696392b55a9fee573055d78b.tar.xz qemu-89d38c74f4b69a93696392b55a9fee573055d78b.zip |
MAINTAINERS: python - remove ehabkost and add bleal
Eduardo Habkost has left Red Hat and has other daily responsibilities to
attend to. In order to stop spamming him on every series, remove him as
"Reviewer" for the python/ library dir and add Beraldo Leal instead.
For the "python scripts" stanza (which is separate due to level of
support), replace Eduardo as maintainer with myself.
(Thanks for all of your hard work, Eduardo!)
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
Acked-by: Eduardo Habkost <eduardo@habkost.net>
Message-id: 20220208000525.2601011-1-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c3b500345c..62bc185d10 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2747,13 +2747,13 @@ F: backends/cryptodev*.c Python library M: John Snow <jsnow@redhat.com> M: Cleber Rosa <crosa@redhat.com> -R: Eduardo Habkost <eduardo@habkost.net> +R: Beraldo Leal <bleal@redhat.com> S: Maintained F: python/ T: git https://gitlab.com/jsnow/qemu.git python Python scripts -M: Eduardo Habkost <eduardo@habkost.net> +M: John Snow <jsnow@redhat.com> M: Cleber Rosa <crosa@redhat.com> S: Odd Fixes F: scripts/*.py |