MAINTAINERS: update email address of Marek Linnder
Commit Message
Signed-off-by: Marek Lindner <marek.lindner@mailbox.org>
---
MAINTAINERS | 2 +-
net/batman-adv/main.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Comments
On Fri, Dec 27, 2024 at 10:19:12AM +0100, Marek Lindner wrote:
> Signed-off-by: Marek Lindner <marek.lindner@mailbox.org>
> ---
> MAINTAINERS | 2 +-
> net/batman-adv/main.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Would it maybe make sense to also add a .mailmap file to
both batman-adv and batctl?
This is useful for tools like "git shortlog -sne" to associate
multiple (potentially deprecated) emails to the same person.
(Or even multiple author names to the same person, like it
sometimes happens with my Lüssing vs. Luessing surname.)
There's also a manpage for it, "man gitmailmap". And .mailmap is
already used and present on the upstream Linux kernel. But it's
missing for our off-tree batman-adv repo right now.
Regards, Linus
@@ -1,5 +1,5 @@
BATMAN ADVANCED
-M: Marek Lindner <mareklindner@neomailbox.ch>
+M: Marek Lindner <marek.lindner@mailbox.org>
M: Simon Wunderlich <sw@simonwunderlich.de>
M: Antonio Quartulli <a@unstable.cc>
M: Sven Eckelmann <sven@narfation.org>
@@ -7,7 +7,7 @@
#ifndef _NET_BATMAN_ADV_MAIN_H_
#define _NET_BATMAN_ADV_MAIN_H_
-#define BATADV_DRIVER_AUTHOR "Marek Lindner <mareklindner@neomailbox.ch>, " \
+#define BATADV_DRIVER_AUTHOR "Marek Lindner <marek.lindner@mailbox.org>, " \
"Simon Wunderlich <sw@simonwunderlich.de>"
#define BATADV_DRIVER_DESC "B.A.T.M.A.N. advanced"
#define BATADV_DRIVER_DEVICE "batman-adv"