2018-08-09 11:15:40 +02:00
|
|
|
# -*- mode: python; coding: utf-8 -*-
|
2018-04-14 19:29:16 +00:00
|
|
|
"""re2o.contributors
|
|
|
|
A list of the proud contributors to Re2o
|
|
|
|
"""
|
2018-04-10 22:07:26 +00:00
|
|
|
|
2018-04-13 23:42:22 +00:00
|
|
|
CONTRIBUTORS = [
|
2019-12-28 12:56:07 +01:00
|
|
|
"Gabriel 'chibrac' Detraz",
|
|
|
|
"Hugo 'klafyvel' Levy-Falk",
|
|
|
|
"Maël 'MoaMoaK' Kervella",
|
|
|
|
"Arthur 'Grizzly' Grisel-Davy",
|
|
|
|
"Augustin 'Dalahro' Lemesle",
|
|
|
|
"Laouen 'volgarr' Fernet",
|
|
|
|
"Lara 'lhark' Kermarec",
|
|
|
|
"Alexandre 'erdnaxe' Ioss",
|
|
|
|
"Charlie Jacomme",
|
|
|
|
"Root 'root' Root",
|
|
|
|
"Yoann 'nanoy' Pietri",
|
|
|
|
"Maxime Bombar",
|
|
|
|
"Matthieu 'lebanni' Michelet",
|
|
|
|
"Guillaume 'guimoz' Goessel",
|
|
|
|
"edpibu",
|
|
|
|
"Jean-Romain 'lerennais' Garnier",
|
|
|
|
"David '5-1' Sinquin",
|
|
|
|
"Gabriel Le Bouder",
|
|
|
|
"Fardale",
|
|
|
|
"Éloi Alain",
|
|
|
|
"Simon Brelivet",
|
|
|
|
"Antoine Vintache",
|
|
|
|
"Benjamin Graillot",
|
|
|
|
"Thibault 'tipunchetrhum' Deboutray",
|
2019-11-04 17:55:03 +01:00
|
|
|
"Joanne Steiner",
|
2019-12-28 12:56:07 +01:00
|
|
|
"Delphine Salvy",
|
|
|
|
"Pierre Cadart",
|
|
|
|
"'Krokmou'",
|
|
|
|
"Vincent Le Gallic",
|
|
|
|
"Hugo 'shaka' Hervieux",
|
|
|
|
"Pierre-Antoine Comby",
|
|
|
|
"Nymous",
|
|
|
|
"Mikachu",
|
|
|
|
"Baptiste 'B' Fournier",
|
|
|
|
"Gwenael Le Hir",
|
|
|
|
"Daniel Stan",
|
2018-04-13 23:42:22 +00:00
|
|
|
]
|