diff options
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 45018a5633..133eba5e93 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -754,6 +754,10 @@ begin_credits("Credits"); begin_section("Wintermute"); add_person("Einar Johan T. Sømåen", "somaen", ""); end_section(); + + begin_section("ZVision"); + add_person("Adrian Astley", "RichieSams", ""); + end_section(); end_section(); |