diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-12-29 17:06:39 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-12-31 13:42:54 +0100 |
commit | 90f285fd8370f404a376adb63f1555a667689745 (patch) | |
tree | c1059b6bb34a4ef1a4cfd5d9ac0d83c29e550a7f /.gitlab-ci.d | |
parent | da7595cad36fd8db17a0e812f656ee163bfa6701 (diff) |
MAINTAINERS: Change philmd's email address
The philmd@redhat.com email address will stop working on
2022-01-01, change it to my personal email address.
Update .mailmap in case anyone wants to send me an email
because of some past commit I authored.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211231000759.707519-1-philmd@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r-- | .gitlab-ci.d/edk2/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/edk2/Dockerfile b/.gitlab-ci.d/edk2/Dockerfile index b4584d1cf6..13029310f6 100644 --- a/.gitlab-ci.d/edk2/Dockerfile +++ b/.gitlab-ci.d/edk2/Dockerfile @@ -3,7 +3,7 @@ # FROM ubuntu:16.04 -MAINTAINER Philippe Mathieu-Daudé <philmd@redhat.com> +MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org> # Install packages required to build EDK2 RUN apt update \ |