mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-07 18:36:26 +00:00
33 lines
913 B
Python
33 lines
913 B
Python
# -*- mode: python; coding: utf-8 -*-
|
|
"""re2o.contributors
|
|
A list of the proud contributors to Re2o
|
|
"""
|
|
|
|
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',
|
|
'Benjamin "Esum" Graillot',
|
|
'Gabriel "Boudy" Le Bouder',
|
|
'Charlie "Le membre" Jacomme',
|
|
]
|