cinera.c: Add csnover credential

This commit is contained in:
Matt Mascarenhas 2017-12-03 18:25:20 +00:00
parent 75f65e561d
commit 24f02aec93
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ typedef struct
version CINERA_APP_VERSION = {
.Major = 0,
.Minor = 5,
.Patch = 3
.Patch = 4
};
#define CINERA_DB_VERSION 1
@ -271,6 +271,7 @@ credential_info Credentials[] =
{ "brianwill", "Brian Will", "http://brianwill.net/blog/", "", ""},
{ "cbloom", "Charles Bloom", "http://cbloomrants.blogspot.co.uk/", "", ""},
{ "cmuratori", "Casey Muratori", "https://handmadehero.org", "cinera_sprite_patreon.png", "https://patreon.com/cmuratori"},
{ "csnover", "Colin Snover", "https://zetafleet.com/", "", ""},
{ "debiatan", "Miguel Lechón", "http://blog.debiatan.net/", "", ""},
{ "dspecht", "Dustin Specht", "", "", ""},
{ "effect0r", "Cory Henderlite", "", "", ""},