elm/config/maintainers.json
Katrina Owen ad46945a26
Normalize the config file to minimize noise later
We will be scripting a number of changes to the track configuration.
This runs configlet fmt, which ensures that any further changes can be minimized.
2017-10-22 21:32:05 -06:00

25 lines
No EOL
570 B
JSON

{
"docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
"maintainers": [
{
"alumnus": false,
"avatar_url": null,
"bio": null,
"github_username": "tgecho",
"link_text": null,
"link_url": null,
"name": null,
"show_on_website": false
},
{
"alumnus": false,
"avatar_url": null,
"bio": null,
"github_username": "bewatts",
"link_text": null,
"link_url": null,
"name": null,
"show_on_website": false
}
]
}