🤖 Remove obsolete maintainers.json file (#2723)

This commit is contained in:
Erik Schierboom
2021-11-03 13:53:55 +01:00
committed by GitHub
parent 2d9af26e75
commit f3b4008e7c
2 changed files with 0 additions and 138 deletions

3
.github/CODEOWNERS vendored
View File

@@ -1,6 +1,3 @@
# Maintainers
config/maintainers.json @exercism/maintainers-admin
# Code owners # Code owners
.github/CODEOWNERS @exercism/maintainers-admin .github/CODEOWNERS @exercism/maintainers-admin

View File

@@ -1,135 +0,0 @@
{
"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": "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."
},
{
"github_username": "nov314k",
"alumnus": false,
"show_on_website": false,
"name": "Novak Petrovic",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": null
},
{
"github_username": "sebito91",
"alumnus": false,
"show_on_website": false,
"name": "Sebastian Borza",
"link_text": "sborza.com",
"link_url": "https://www.sborza.com/",
"avatar_url": null,
"bio": "I'm a Canadian (based in Chicago) golang, C and python developer working on projects within the gaming, finance and data-science worlds respectively. My favorite freetime task is coding challenges and I'm more than happy to help people talk through solutions!"
},
{
"github_username": "bethanyg",
"alumnus": false,
"show_on_website": true,
"name": "Bethany Garcia",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": "Python lover. Instigator. Chaser of shiny objects."
},
{
"github_username": "davidgerva",
"alumnus": false,
"show_on_website": false,
"name": "David Gervasoni",
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": "Software Engineer. I am interested in algorithmic trading and machine learning with a curiosity for AI."
},
{
"github_username": "paparomeo",
"alumnus": true,
"show_on_website": false,
"name": "Pedro Romano",
"link_text": "My (inactive) blog",
"link_url": "https://paparomeo.dev/",
"avatar_url": null,
"bio": "Coding is a passion I would love others to discover and share."
},
{
"github_username": "aldraco",
"alumnus": false,
"show_on_website": false,
"name": "Ashley Drake",
"link_text": "https://aldra.co",
"link_url": "https://aldra.co",
"avatar_url": null,
"bio": "Software Engineer. I enjoy writing organized code and getting outside once in a while."
},
{
"github_username": "khoivan88",
"alumnus": false,
"show_on_website": false,
"name": "Khoi Van",
"link_text": "My github",
"link_url": "https://github.com/khoivan88",
"avatar_url": null,
"bio": "I am a chemist, actually, and recently got into coding and enjoy how much it can dramatically improve other fields"
},
{
"github_username": "J08K",
"alumnus": false,
"show_on_website": false,
"name": "Job van der Wal",
"link_text": "My GitHub page",
"link_url": "https://github.com/j08k",
"avatar_url": null,
"bio": "Just someone who loves coding. Python is what I'm really good at, but trying to get into JS and C#."
},
{
"github_username": "valentin-p",
"alumnus": false,
"show_on_website": false,
"name": null,
"link_text": null,
"link_url": null,
"avatar_url": null,
"bio": null
}
]
}