8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-18 00:22:38 +00:00
re2o/re2o/contributors.py

48 lines
990 B
Python
Raw Normal View History

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 = [
2021-01-11 22:17:48 +00:00
'Gabriel Detraz',
'Hugo Levy-falk',
'Maël Kervella',
'Jean-romain Garnier',
'Arthur Grisel-davy',
'Laouen Fernet',
'Augustin Lemesle',
'Lara Kermarec',
'Root `root` Root',
'Alexandre Iooss',
'Yoann Piétri',
'Charlie Jacomme',
'Corentin Canebier',
'Bombar Maxime',
'Guillaume Goessel',
'Matthieu Michelet',
'Edpibu',
'Fardale',
'Jean-marie Mineau',
'David Sinquin',
'Gabriel Le Bouder',
'Simon Brélivet',
'~anonymised~',
2021-01-11 22:30:53 +00:00
'Benjamin Graillot',
2021-01-11 22:17:48 +00:00
'Leïla Bekaddour',
'Éloi Alain',
'Pierre Cadart',
'Antoine Vintache',
'Thibault De Boutray',
'Zéphyr Salvy',
2021-01-11 22:17:48 +00:00
'Joanne Steiner',
'Krokmou',
'B',
'Daniel Stan',
'Gwenael Le Hir',
'Hugo Hervieux',
'Mikachu',
'Nymous',
'Pierre-antoine Comby',
'Vincent Le Gallic',
]