From 1ca43c47276cc46123263b4d144d3e6c78a2a05e Mon Sep 17 00:00:00 2001 From: Chris Spencer Date: Fri, 11 Feb 2022 21:30:56 +0000 Subject: [PATCH] [common] appstrings: add spencercw --- common/src/appstrings.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/src/appstrings.c b/common/src/appstrings.c index 0c9b69dc..ef60d644 100644 --- a/common/src/appstrings.c +++ b/common/src/appstrings.c @@ -119,5 +119,12 @@ const struct LGTeamMember LG_TEAM[] = .blurb = "Documentation Guru and Discord Community Manager", .donate = { { 0 } } }, + { + .name = "Chris Spencer (spencercw)", + .blurb = + "Developer. Knows enough about audio programming to cause problems for " + "himself.", + .donate = { { 0 } } + }, { 0 } };