diff options
author | Nicolas Petton <nicolas@petton.fr> | 2018-01-13 21:45:31 +0100 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2018-01-13 21:47:01 +0100 |
commit | 6c63204b8c57686246f8a0ff27d0030ac38b6637 (patch) | |
tree | ea1b46e563213eac725427c9208bf534662f7ac0 /admin | |
parent | 5dd0e5c54d29e81c07798a124295c8c3f016d621 (diff) | |
download | emacs-6c63204b8c57686246f8a0ff27d0030ac38b6637.tar.gz |
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").
Diffstat (limited to 'admin')
-rw-r--r-- | admin/authors.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") |