diff options
author | Alyssa Milburn | 2011-03-28 17:53:31 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-03-28 17:53:31 +0200 |
commit | a33ee051d05ffc5e30e4fc4728714128028e89b1 (patch) | |
tree | 826f4669b090598facdc5473b30028900023b010 /tools | |
parent | 88247e35703dd75fd7e9a702f7b7be3ccc443c1e (diff) | |
download | scummvm-rg350-a33ee051d05ffc5e30e4fc4728714128028e89b1.tar.gz scummvm-rg350-a33ee051d05ffc5e30e4fc4728714128028e89b1.tar.bz2 scummvm-rg350-a33ee051d05ffc5e30e4fc4728714128028e89b1.zip |
CREDITS: Update Mohawk credits.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index f5bea402b0..d6e807e259 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -640,8 +640,10 @@ begin_credits("Credits"); end_section(); begin_section("Mohawk"); + add_person("Bastien Bouclet", "bgk", ""); add_person("Matthew Hoops", "clone2727", ""); add_person("Filippos Karapetis", "[md5]", ""); + add_person("Alyssa Milburn", "fuzzie", ""); add_person("Eugene Sandulenko", "sev", ""); add_person("David Turner", "digitall", ""); end_section(); |