diff --git a/AUTHORS b/AUTHORS index 9018f00f44e..3267a368499 100644 --- a/AUTHORS +++ b/AUTHORS @@ -153,7 +153,7 @@ ScummVM Team Eugene Sandulenko Crane Yang - GSoC Student Dmitry Iskrich - Dylan Servilla - GSoC Student + Deborah Servilla - GSoC Student Nathanael Gentry - GSoC Student Roland van Laar Scott Percival diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst index 65a79c77382..010572cd533 100644 --- a/doc/docportal/help/credits.rst +++ b/doc/docportal/help/credits.rst @@ -370,7 +370,7 @@ Director - GSoC Student * - Dmitry Iskrich - - * - Dylan Servilla + * - Deborah Servilla - GSoC Student * - Nathanael Gentry - GSoC Student diff --git a/engines/director/credits.pl b/engines/director/credits.pl index 402266e1253..2f3542400e8 100644 --- a/engines/director/credits.pl +++ b/engines/director/credits.pl @@ -2,7 +2,7 @@ begin_section("Director"); add_person("Eugene Sandulenko", "sev", ""); add_person("Crane Yang", "sheep", "GSoC Student"); add_person("Dmitry Iskrich", "", ""); - add_person("Dylan Servilla", "djsrv", "GSoC Student"); + add_person("Deborah Servilla", "djsrv", "GSoC Student"); add_person("Nathanael Gentry", "npjg", "GSoC Student"); add_person("Roland van Laar", "rvanlaar", ""); add_person("Scott Percival", "moralrecordings", ""); diff --git a/gui/credits.h b/gui/credits.h index fe41166108a..5310ffee485 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -199,7 +199,7 @@ static const char *credits[] = { "C0""Crane Yang", "C2""GSoC Student", "C0""Dmitry Iskrich", -"C0""Dylan Servilla", +"C0""Deborah Servilla", "C2""GSoC Student", "C0""Nathanael Gentry", "C2""GSoC Student",