forked from cherokee/webserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
developers.py
18 lines (17 loc) · 902 Bytes
/
developers.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- coding: utf-8 -*-
DEVELOPERS = {
'alobbs' : "Alvaro Lopez Ortega <[email protected]>",
'skarcha' : "Antonio Perez <[email protected]>",
'ion' : "Jonathan Hernandez <[email protected]>",
'taher' : "Taher Shihadeh <[email protected]>",
'robertounbit' : "Roberto De Ioris <[email protected]>",
'gefire' : "李炅 <[email protected]>",
'skinkie' : "Stefan de Konink <[email protected]>",
'adefacc' : "A.D.F. <[email protected]>",
'cesar' : "Cesar Fernandez Gago <[email protected]>",
'sberlotto' : "Sérgio H. Berlotto Jr <[email protected]>",
'pigmej' : "Jędrzej Nowak <[email protected]>",
'rodrigo' : "Rodrigo Fernandez-Vizarra <[email protected]>",
'pubcrawler' : "Paul Batis <[email protected]>",
'borkason' : "Daniel Niccoli <[email protected]>"
}