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.56 KB
/
Copy pathmaintainers.json
File metadata and controls
55 lines (55 loc) · 1.56 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": "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": true,
"name": "Corey McCandless",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": "Big fan of homemade bread and reusable code."
},
{
"github_username": "yawpitch",
"alumnus": false,
"show_on_website": true,
"name": "Michael Morehouse",
"link_text": "My Techie Blog",
"link_url": "https://yawpitchroll.com/",
"avatar_url": null,
"bio": "Although Python wasn't my first -- and won't be my last -- programming language, it remains my favorite for introducing others to the joys, the pains, the infrequent ecstacies, and the occasional terrors of life before the REPL."
}
]
}