tracks/mips/config/maintainers.json in trackler-2.2.1.159 vs tracks/mips/config/maintainers.json in trackler-2.2.1.160
- old
+ new
@@ -1,15 +1,15 @@
{
+ "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
"maintainers": [
{
"github_username": "ozan",
- "show_on_website": true,
"alumnus": false,
+ "show_on_website": true,
"name": "Ozan Onay",
- "bio": "Ozan teaches MIPS assembly as part of the Computer Architecture course at Bradfield, and finds that it's a great excuse to think about how computers actually work!",
"link_text": "Bradfield School of Computer Science",
"link_url": "https://bradfieldcs.com",
- "avatar_url": "https://bradfieldcs.com/ozan.jpeg"
+ "avatar_url": "https://bradfieldcs.com/ozan.jpeg",
+ "bio": "Ozan teaches MIPS assembly as part of the Computer Architecture course at Bradfield, and finds that it's a great excuse to think about how computers actually work!"
}
- ],
- "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
+ ]
}