cinera.c: Add Pseudonym73 credentials
This commit is contained in:
parent
33cbb5b05f
commit
14afdc044d
|
@ -14,7 +14,7 @@ typedef struct
|
|||
version CINERA_APP_VERSION = {
|
||||
.Major = 0,
|
||||
.Minor = 5,
|
||||
.Patch = 40
|
||||
.Patch = 41
|
||||
};
|
||||
|
||||
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c
|
||||
|
@ -425,6 +425,7 @@ credential_info Credentials[] =
|
|||
{ "Mannilie", "Emmanuel Vaccaro", "http://emmanuelvaccaro.com/", "", ""},
|
||||
{ "Miblo", "Matt Mascarenhas", "https://miblodelcarpio.co.uk/", "cinera_sprite_sendowl.png", "https://miblodelcarpio.co.uk/cinera#pledge"},
|
||||
{ "Mr4thDimention", "Allen Webster", "http://www.4coder.net/", "", ""},
|
||||
{ "Pseudonym73", "Andrew Bromage", "https://twitter.com/deguerre", "", ""},
|
||||
{ "Quel_Solaar", "Eskil Steenberg", "http://quelsolaar.com/", "", ""},
|
||||
{ "ZedZull", "Jay Waggle", "", "", ""},
|
||||
{ "abnercoimbre", "Abner Coimbre", "https://handmade.network/m/abnercoimbre", "", ""},
|
||||
|
|
Loading…
Reference in New Issue