2018-08-09 09:15:40 +00: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 = [
|
|
|
|
'Gabriel "Chirac" Détraz',
|
|
|
|
'Maël "MoaMoaK" Kervella',
|
|
|
|
'Hugo "Klafyvel" Levy--Falk',
|
|
|
|
'Augustin "Dahlaro" Lemesle',
|
|
|
|
'Goulven "Lhark" Kermarec',
|
|
|
|
'Guillaume "Guimoz" Goessel',
|
|
|
|
'Yoann "Nanoy" Pietri',
|
|
|
|
'Matthieu "Lebanni" Michelet',
|
|
|
|
'Arthur "Grizzly" Grisel-Davy',
|
|
|
|
'Simon "Rezatoune" Brélivet',
|
|
|
|
'Sellem Lev-Arcady',
|
|
|
|
'David "5-1" Sinquin',
|
|
|
|
'Pierre "Redstorm" Cadart',
|
|
|
|
'Éloi "Goslig" Alain',
|
|
|
|
'Laouen "Volgarr" Fernet',
|
|
|
|
'Joanne Steiner',
|
|
|
|
'"Krokmou"',
|
|
|
|
'Thibault "Tipunchetrhum" de Boutray',
|
|
|
|
'Baptiste "B" Fournier',
|
|
|
|
'Daniel "Dstan" Stan',
|
|
|
|
'Hugo "Shaka" Hervieux',
|
|
|
|
'"Mikachu"',
|
|
|
|
'Thomas "Nymous" Gaudin',
|
|
|
|
'"Esum"'
|
|
|
|
]
|