diff options
author | Johannes Schickel | 2010-11-07 02:13:22 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-11-07 02:13:22 +0000 |
commit | 05986f09fd6e67da9b04df0edd23c81a88e3ed23 (patch) | |
tree | c78d7bbcfc28f3a136292c66f7efd7b334a4d819 /tools | |
parent | 025a14b32656e651f376e5cc9a5e09c6d02095d1 (diff) | |
download | scummvm-rg350-05986f09fd6e67da9b04df0edd23c81a88e3ed23.tar.gz scummvm-rg350-05986f09fd6e67da9b04df0edd23c81a88e3ed23.tar.bz2 scummvm-rg350-05986f09fd6e67da9b04df0edd23c81a88e3ed23.zip |
CREDITS: Mark Joachim Eberhard as retired.
svn-id: r54110
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 67d134d1d5..5510032a2e 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -792,7 +792,7 @@ begin_credits("Credits"); begin_section("Documentation"); begin_persons(); add_person("Thierry Crozat", "criezy", "Numerous contributions to documentation"); - add_person("Joachim Eberhard", "joachimeberhard", "Numerous contributions to documentation"); + add_person("Joachim Eberhard", "joachimeberhard", "Numerous contributions to documentation (retired)"); add_person("Matthew Hoops", "clone2727", "Wiki editor"); end_persons(); end_section(); |