diff options
author | Max Horn | 2010-04-09 11:18:30 +0000 |
---|---|---|
committer | Max Horn | 2010-04-09 11:18:30 +0000 |
commit | 7d97ee48e6c903ba850e38fb3b76c14e75b23e85 (patch) | |
tree | 32ec436bac1d0bf91fd60a2afac5ca95909ee54e | |
parent | bfbbc0a07271609f03e10fc6ae4140e66628b41e (diff) | |
download | scummvm-rg350-7d97ee48e6c903ba850e38fb3b76c14e75b23e85.tar.gz scummvm-rg350-7d97ee48e6c903ba850e38fb3b76c14e75b23e85.tar.bz2 scummvm-rg350-7d97ee48e6c903ba850e38fb3b76c14e75b23e85.zip |
No Mandriva updates in ages -> mark Mandriva packager as retired
svn-id: r48592
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -287,7 +287,7 @@ Other contributions Oystein Eftevaag Mandriva: - Dominik Scherer + Dominik Scherer - (retired) MorphOS: Fabien Coeurjoly diff --git a/gui/credits.h b/gui/credits.h index 18e6171024..e2a45523c5 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -326,6 +326,7 @@ static const char *credits[] = { "", "C1""Mandriva", "C0""Dominik Scherer", +"C2""(retired)", "", "C1""MorphOS", "C0""Fabien Coeurjoly", diff --git a/tools/credits.pl b/tools/credits.pl index f1b4d61499..940bfcdd5f 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -813,7 +813,7 @@ begin_credits("Credits"); end_section(); begin_section("Mandriva"); - add_person("Dominik Scherer", "", ""); + add_person("Dominik Scherer", "", "(retired)"); end_section(); begin_section("MorphOS"); |