From 6c63204b8c57686246f8a0ff27d0030ac38b6637 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Sat, 13 Jan 2018 21:45:31 +0100 Subject: [PATCH] Fix an entry in authors-aliases * admin/authors.el (authors-aliases): Replace regexp from "Max", which is too broad, to an email address ("mu@magi.net.ru"). --- admin/authors.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/authors.el b/admin/authors.el index 95d9ed16245..8c94014c575 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -130,7 +130,7 @@ files.") ("Agustín Martín" "Agustin Martin" "Agustín Martín Domingo") ("Martin Lorentzon" "Martin Lorentzson") ("Matt Swift" "Matthew Swift") - (nil "Max") + (nil "mu@magi.net.ru") ("Maxime Edouard Robert Froumentin" "Max Froumentin") ("Michael R. Mauger" "Michael Mauger") ("Michael D. Ernst" "Michael Ernst") -- 2.11.4.GIT