From b644c47e5418296fef82cbf2ecc30038f1cab5c6 Mon Sep 17 00:00:00 2001 From: Colin Caine Date: Wed, 22 Apr 2020 22:14:04 +0100 Subject: [PATCH] Show Colin Caine as a maintainer (#227) I've committed some stuff now, so let's be less shy. --- config/maintainers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/maintainers.json b/config/maintainers.json index 3d08e3e6434bd..86ad7660afba6 100644 --- a/config/maintainers.json +++ b/config/maintainers.json @@ -24,12 +24,12 @@ { "github_username": "cmcaine", "alumnus": false, - "show_on_website": false, + "show_on_website": true, "name": "Colin Caine", "link_text": "My Github", "link_url": "https://github.com/cmcaine/", - "avatar_url": null, - "bio": "" + "avatar_url": "https://avatars3.githubusercontent.com/u/6000761", + "bio": "I write code for scientific papers (computer science and social science) and commercial projects in Julia. It's my favourite language and I'm happy to help a few more people learn it!" } ] }