AUTHORS: de-duplicate
This commit is contained in:
4
AUTHORS
4
AUTHORS
@@ -29,7 +29,6 @@ Adi Sage <adisage.connect@gmail.com>
|
||||
Aditya Y Jeppu <quantimoney>
|
||||
Adrian Bibby Walther <adrianbibbywalther@gmail.com>
|
||||
Adrian Newton <TFS>
|
||||
AgAmemnno <kaz380@hotmail.co.jp>
|
||||
Ahmad Rifai <riff.blend@gmail.com>
|
||||
Aidan Davey <ShadowDragon>
|
||||
Aidan Haile <tactical_fluke>
|
||||
@@ -531,7 +530,6 @@ Matthew Smith <mjdietel@gmail.com>
|
||||
Matthias Ellerbeck <voyager25>
|
||||
Matthieu Carteron <rubisetcie@gmail.com>
|
||||
Matti-Ranta <matti-ranta@noreply.localhost>
|
||||
Mattias Fredriksson <Osares>
|
||||
Mattias Fredriksson <mattias-fredriksson91@hotmail.se>
|
||||
Matvey Smorodin <mtv.smorodin@gmail.com>
|
||||
Max Edge <bbbooo3>
|
||||
@@ -862,7 +860,6 @@ jlalleve <julien.lalleve@gmail.com>
|
||||
jon denning <gfxcoder@gmail.com>
|
||||
kiki <charles@skeletalstudios.com>
|
||||
kitt <blender@kittcat.dev>
|
||||
laurynas <laduem@gmail.com>
|
||||
listout <listout@protonmail.com>
|
||||
luzpaz <luzpaz>
|
||||
matc <matc>
|
||||
@@ -874,7 +871,6 @@ noodlebox <noodlebox.art@gmail.com>
|
||||
notrudyyy <rudy.vempati@gmail.com>
|
||||
nutti <nutti.metro@gmail.com>
|
||||
ok_what <ip1149a@gmail.com>
|
||||
persun <perplexing.sun@gmail.com>
|
||||
powergainer <95447782+powergainer@users.noreply.github.com>
|
||||
priera <pedro.riera.marto@gmail.com>
|
||||
quackarooni <alfonsomartzii@gmail.com>
|
||||
|
@@ -477,6 +477,7 @@ def canonical_author_map() -> dict[str, str]:
|
||||
"\x96kaspian.jakobssongmail.com <kaspian.jakobsson@gmail.com>",
|
||||
),
|
||||
"Kazashi Yoshioka <kaz380@hotmail.co.jp>": (
|
||||
"AgAmemnno <kaz380@hotmail.co.jp>",
|
||||
"Kazashi Yoshioka <vnapdv@noreply.localhost>",
|
||||
"vnapdv <kaz380@hotmail.co.jp>",
|
||||
),
|
||||
@@ -488,6 +489,7 @@ def canonical_author_map() -> dict[str, str]:
|
||||
"Kévin Dietrich <kevindietrich>",
|
||||
),
|
||||
"Laurynas Duburas <laduem@gmail.com>": (
|
||||
"Laurynas Duburas <laurynas>",
|
||||
"laurynas <laduem@gmail.com>",
|
||||
),
|
||||
"Leon Schittek <leon.schittek@gmx.net>": (
|
||||
@@ -571,6 +573,9 @@ def canonical_author_map() -> dict[str, str]:
|
||||
"Matthieu Carteron <rubisetcie@gmail.com>": (
|
||||
"Matthieu Carteron <matthieu-carteron@noreply.localhost>",
|
||||
),
|
||||
"Mattias Fredriksson <mattias-fredriksson91@hotmail.se>": (
|
||||
"Mattias Fredriksson <Osares>",
|
||||
),
|
||||
"Max Schlecht <bobbe@noreply.localhost>": (
|
||||
"Max Schlecht <Bobbe>",
|
||||
),
|
||||
@@ -794,6 +799,7 @@ def canonical_author_map() -> dict[str, str]:
|
||||
),
|
||||
"Sun Kim <perplexing.sun@gmail.com>": (
|
||||
"Sun Kim <persun@noreply.localhost>",
|
||||
"persun <perplexing.sun@gmail.com>",
|
||||
),
|
||||
"Sybren A. Stüvel <sybren@blender.org>": (
|
||||
"Sybren A. St\xC3\x83\xC2\xBCvel <sybren@stuvel.eu>",
|
||||
@@ -897,9 +903,6 @@ def canonical_author_map() -> dict[str, str]:
|
||||
"jon denning <gfxcoder@gmail.com>": (
|
||||
"Jon Denning <gfxcoder>",
|
||||
),
|
||||
"laurynas <laduem@gmail.com>": (
|
||||
"Laurynas Duburas <laurynas>",
|
||||
),
|
||||
"nBurn <nbwashburn@gmail.com>": (
|
||||
"nBurn <nBurn>",
|
||||
),
|
||||
|
Reference in New Issue
Block a user