The get_maintainer.pl script currently thinks that the win32 related files in the util and include folders are currently unmaintained. Thus let's add some additional wildcards to match these files.
Signed-off-by: Thomas Huth <[email protected]> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6902885..a5dec30 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -324,6 +324,8 @@ L: [email protected] M: Stefan Weil <[email protected]> S: Maintained F: *win32* +F: */*win32* +F: include/*/*win32* F: qemu.nsi ARM Machines -- 1.8.3.1
