forked from exercism/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaintainers.json
More file actions
55 lines (55 loc) · 1.35 KB
/
maintainers.json
File metadata and controls
55 lines (55 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
"maintainers": [
{
"github_username": "behrtam",
"alumnus": false,
"show_on_website": false,
"name": null,
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": null
},
{
"github_username": "Dog",
"alumnus": false,
"show_on_website": true,
"name": "Dog",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": "I can not only fetch JSON, but parse it too."
},
{
"github_username": "N-Parsons",
"alumnus": false,
"show_on_website": true,
"name": "Nathan Parsons",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": "Python fits with how I think and allows me to quickly write powerful, maintainable, and extensible code."
},
{
"github_username": "m-a-ge",
"alumnus": false,
"show_on_website": false,
"name": null,
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": null
},
{
"github_username": "cmccandless",
"alumnus": false,
"show_on_website": false,
"name": null,
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": null
}
]
}