[PATCH] MAINTAINERS: Replace @tuxfamily.org address

Thomas Huth posted 1 patch 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260303203044.8403-1-huth@tuxfamily.org
MAINTAINERS | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[PATCH] MAINTAINERS: Replace @tuxfamily.org address
Posted by Thomas Huth 1 month, 1 week ago
Tuxfamily.org has had many outages in the recent years and will likely
go away in the near future:

 https://forum.tuxfamily.org/post/3381/#p3381

Thus replace my @tuxfamily.org address with another one that is more
reliable and hopefully will survive longer.

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
---
 MAINTAINERS | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6698e5ff69..b75f1e592f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1367,13 +1367,13 @@ F: gdb-xml/loongarch*.xml
 M68K Machines
 -------------
 an5206
-M: Thomas Huth <huth@tuxfamily.org>
+M: Thomas Huth <th.huth+qemu@posteo.eu>
 S: Odd Fixes
 F: hw/m68k/an5206.c
 F: hw/m68k/mcf5206.c
 
 mcf5208
-M: Thomas Huth <huth@tuxfamily.org>
+M: Thomas Huth <th.huth+qemu@posteo.eu>
 S: Odd Fixes
 F: hw/m68k/mcf5208.c
 F: hw/m68k/mcf_intc.c
@@ -1383,7 +1383,7 @@ F: include/hw/m68k/mcf*.h
 F: tests/functional/m68k/test_mcf5208evb.py
 
 NeXTcube
-M: Thomas Huth <huth@tuxfamily.org>
+M: Thomas Huth <th.huth+qemu@posteo.eu>
 S: Odd Fixes
 F: hw/m68k/next-*.c
 F: hw/display/next-fb.c
@@ -3098,7 +3098,7 @@ F: audio/paaudio.c
 
 SDL Audio backend
 M: Gerd Hoffmann <kraxel@redhat.com>
-R: Thomas Huth <huth@tuxfamily.org>
+R: Thomas Huth <th.huth+qemu@posteo.eu>
 S: Odd Fixes
 F: audio/sdlaudio.c
 
-- 
2.53.0
Re: [PATCH] MAINTAINERS: Replace @tuxfamily.org address
Posted by Gustavo Romero 1 month, 1 week ago
Hi Thomas,

On 3/3/26 17:30, Thomas Huth wrote:
> Tuxfamily.org has had many outages in the recent years and will likely
> go away in the near future:
> 
>   https://forum.tuxfamily.org/post/3381/#p3381
> 
> Thus replace my @tuxfamily.org address with another one that is more
> reliable and hopefully will survive longer.
> 
> Signed-off-by: Thomas Huth <huth@tuxfamily.org>
> ---
>   MAINTAINERS | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6698e5ff69..b75f1e592f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1367,13 +1367,13 @@ F: gdb-xml/loongarch*.xml
>   M68K Machines
>   -------------
>   an5206
> -M: Thomas Huth <huth@tuxfamily.org>
> +M: Thomas Huth <th.huth+qemu@posteo.eu>
>   S: Odd Fixes
>   F: hw/m68k/an5206.c
>   F: hw/m68k/mcf5206.c
>   
>   mcf5208
> -M: Thomas Huth <huth@tuxfamily.org>
> +M: Thomas Huth <th.huth+qemu@posteo.eu>
>   S: Odd Fixes
>   F: hw/m68k/mcf5208.c
>   F: hw/m68k/mcf_intc.c
> @@ -1383,7 +1383,7 @@ F: include/hw/m68k/mcf*.h
>   F: tests/functional/m68k/test_mcf5208evb.py
>   
>   NeXTcube
> -M: Thomas Huth <huth@tuxfamily.org>
> +M: Thomas Huth <th.huth+qemu@posteo.eu>
>   S: Odd Fixes
>   F: hw/m68k/next-*.c
>   F: hw/display/next-fb.c
> @@ -3098,7 +3098,7 @@ F: audio/paaudio.c
>   
>   SDL Audio backend
>   M: Gerd Hoffmann <kraxel@redhat.com>
> -R: Thomas Huth <huth@tuxfamily.org>
> +R: Thomas Huth <th.huth+qemu@posteo.eu>
>   S: Odd Fixes
>   F: audio/sdlaudio.c
>   

Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org>


Cheers,
Gustavo