cinera.c: Add csnover credential
This commit is contained in:
parent
75f65e561d
commit
24f02aec93
|
@ -14,7 +14,7 @@ typedef struct
|
||||||
version CINERA_APP_VERSION = {
|
version CINERA_APP_VERSION = {
|
||||||
.Major = 0,
|
.Major = 0,
|
||||||
.Minor = 5,
|
.Minor = 5,
|
||||||
.Patch = 3
|
.Patch = 4
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CINERA_DB_VERSION 1
|
#define CINERA_DB_VERSION 1
|
||||||
|
@ -271,6 +271,7 @@ credential_info Credentials[] =
|
||||||
{ "brianwill", "Brian Will", "http://brianwill.net/blog/", "", ""},
|
{ "brianwill", "Brian Will", "http://brianwill.net/blog/", "", ""},
|
||||||
{ "cbloom", "Charles Bloom", "http://cbloomrants.blogspot.co.uk/", "", ""},
|
{ "cbloom", "Charles Bloom", "http://cbloomrants.blogspot.co.uk/", "", ""},
|
||||||
{ "cmuratori", "Casey Muratori", "https://handmadehero.org", "cinera_sprite_patreon.png", "https://patreon.com/cmuratori"},
|
{ "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/", "", ""},
|
{ "debiatan", "Miguel Lechón", "http://blog.debiatan.net/", "", ""},
|
||||||
{ "dspecht", "Dustin Specht", "", "", ""},
|
{ "dspecht", "Dustin Specht", "", "", ""},
|
||||||
{ "effect0r", "Cory Henderlite", "", "", ""},
|
{ "effect0r", "Cory Henderlite", "", "", ""},
|
||||||
|
|
Loading…
Reference in New Issue