tracks/perl6/config/maintainers.json in trackler-2.2.1.159 vs tracks/perl6/config/maintainers.json in trackler-2.2.1.160
- old
+ new
@@ -1,25 +1,25 @@
{
+ "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
"maintainers": [
{
"github_username": "kotp",
- "show_on_website": false,
"alumnus": false,
+ "show_on_website": false,
"name": null,
- "bio": null,
"link_text": null,
"link_url": null,
- "avatar_url": null
+ "avatar_url": null,
+ "bio": null
},
{
"github_username": "mienaikage",
- "show_on_website": true,
"alumnus": false,
+ "show_on_website": true,
"name": null,
- "bio": "My first adventure in coding was creating userscripts by trial and error (many errors...). Somewhere down the line I accidentally found myself employed in my first coding role as a Perl developer, after attempting pair programming in Haskell.",
"link_text": "dango.space",
"link_url": "http://dango.space/",
- "avatar_url": null
+ "avatar_url": null,
+ "bio": "My first adventure in coding was creating userscripts by trial and error (many errors...). Somewhere down the line I accidentally found myself employed in my first coding role as a Perl developer, after attempting pair programming in Haskell."
}
- ],
- "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
+ ]
}