github.com/exercism/v2-configlet@v3.9.2+incompatible/fixtures/lint/valid-track/config/maintainers.json (about)

     1  {
     2    "maintainers": [
     3      {
     4         "github_username": "alice",
     5         "show_on_website": false,
     6         "alumnus": false,
     7         "name": "Alice Jones",
     8         "bio": null
     9      }
    10    ],
    11    "docs_url": "http://example.com/docs"
    12  }