diff options
| author | Paul Burton <paul.burton@imgtec.com> | 2017-10-20 16:21:14 -0700 |
|---|---|---|
| committer | Yongbok Kim <yongbok.kim@mips.com> | 2017-11-06 07:36:43 -0800 |
| commit | 94d973bdaacb69b034f675fc0fd3f285fea17f94 (patch) | |
| tree | 6bb02d130c0c6f0eebc13df4f0aa4a07ec70c161 | |
| parent | a7a2d7d2a04f014669be30d8b180775ef00c8ee3 (diff) | |
| download | focaccia-qemu-94d973bdaacb69b034f675fc0fd3f285fea17f94.tar.gz focaccia-qemu-94d973bdaacb69b034f675fc0fd3f285fea17f94.zip | |
MAINTAINERS: Update Paul Burton's email address
Update my email address from paul.burton@imgtec.com to paul.burton@mips.com, since MIPS will soon no longer be a part of Imagination Technologies & as such the @imgtec.com address will soon cease to function. A mapping is added in .mailmap such that git reports the new @mips.com address, and get_maintainer.pl in turn reports it when examining git history. Whilst here add a mapping for my also-defunct paul@archlinuxmips.org email address too. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Laurent Vivier <laurent@vivier.eu> Cc: Michael Tokarev <mjt@tls.msk.ru> Cc: Yongbok Kim <yongbok.kim@imgtec.com> Cc: Yongbok Kim <yongbok.kim@mips.com> Cc: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> [Yongbok Kim: Updated message subject] Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
| -rw-r--r-- | .mailmap | 2 | ||||
| -rw-r--r-- | MAINTAINERS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.mailmap b/.mailmap index 5aec1bdf9f..ee81ac801e 100644 --- a/.mailmap +++ b/.mailmap @@ -11,6 +11,8 @@ Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-7 James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com> Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> +Paul Burton <paul.burton@mips.com> <paul.burton@imgtec.com> +Paul Burton <paul.burton@mips.com> <paul@archlinuxmips.org> Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> malc <av1474@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> # There is also a: diff --git a/MAINTAINERS b/MAINTAINERS index abbf2b4151..0cd4d028aa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -642,7 +642,7 @@ S: Odd Fixes F: hw/mips/mips_fulong2e.c Boston -M: Paul Burton <paul.burton@imgtec.com> +M: Paul Burton <paul.burton@mips.com> S: Maintained F: hw/core/loader-fit.c F: hw/mips/boston.c |