mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
AUTHORS: correct canonical authors map
Correct author de-duplication. Ref: !117136
This commit is contained in:
parent
489408e8d3
commit
5fb7569f9a
2 changed files with 5 additions and 4 deletions
3
AUTHORS
3
AUTHORS
|
@ -540,6 +540,8 @@ Quentin Wenger <matpi@protonmail.ch>
|
|||
RUben <KUbo_0>
|
||||
Rahul Chaudhary <RC12>
|
||||
Raimund Klink <raimund58@noreply.localhost>
|
||||
Rajesh Advani <rajeshja>
|
||||
Rajesh Malviya <rajveer0malviya@gmail.com>
|
||||
Ralf Hölzemer <r.hoelzemer@googlemail.com>
|
||||
Ramil Roosileht <Limarest>
|
||||
Rateeb Riyasat <bmollusc>
|
||||
|
@ -716,7 +718,6 @@ nBurn <nbwashburn@gmail.com>
|
|||
nutti <nutti.metro@gmail.com>
|
||||
ok_what <ip1149a@gmail.com>
|
||||
persun <perplexing.sun@gmail.com>
|
||||
rajveermalviya <rajveer0malviya@gmail.com>
|
||||
swann <slumber>
|
||||
unclezeiv <davide.vercelli@gmail.com>
|
||||
yves <valfeur>
|
||||
|
|
|
@ -551,6 +551,9 @@ def canonical_author_map() -> Dict[str, str]:
|
|||
"Pratik Borhade <pratikborhade302@gmail.com>": (
|
||||
"Pratik Borhade <PratikPB2123>",
|
||||
),
|
||||
"Rajesh Malviya <rajveer0malviya@gmail.com>": (
|
||||
"rajveermalviya <rajveer0malviya@gmail.com>",
|
||||
),
|
||||
"Ray Molenkamp <github@lazydodo.com>": (
|
||||
"Lazydodo <github@lazydodo.com>",
|
||||
"Ray Molenkamp <LazyDodo>",
|
||||
|
@ -723,9 +726,6 @@ def canonical_author_map() -> Dict[str, str]:
|
|||
"ok_what <ip1149a@gmail.com>": (
|
||||
"ok what <ok_what>",
|
||||
),
|
||||
"rajveermalviya <rajveer0malviya@gmail.com>": (
|
||||
"Rajesh Advani <rajeshja>",
|
||||
),
|
||||
}
|
||||
|
||||
# Some validation, ensure ordered, consistent to help with maintenance.
|
||||
|
|
Loading…
Reference in a new issue