mirror of
https://github.com/correl/elm.git
synced 2024-12-23 03:00:08 +00:00
ad46945a26
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.
25 lines
No EOL
570 B
JSON
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
|
|
}
|
|
]
|
|
} |