The maintainers.json file has been deprecated and no longer has any use. (#10)

This commit removes this `maintainers.json` file.
This commit is contained in:
Erik Schierboom
2021-11-03 09:35:58 +01:00
committed by GitHub
parent a9db98343b
commit 2541b4454d

View File

@@ -1,15 +0,0 @@
{
"docs_url": "https://github.com/exercism/docs/blob/main/maintaining-a-track/maintainer-configuration.md",
"maintainers": [
{
"github_username": "larshp",
"alumnus": false,
"show_on_website": true,
"name": "Lars Hvam Petersen",
"link_text": null,
"link_url": "https://github.com/larshp",
"avatar_url": null,
"bio": null
}
]
}