[Scummvm-git-logs] scummvm master -> c969644d7fd9f34a8c7fa912453e0a4ef94c97b6

Mataniko mataniko at gmail.com
Thu Oct 7 11:59:44 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c969644d7f CREDITS: Update credits


Commit: c969644d7fd9f34a8c7fa912453e0a4ef94c97b6
    https://github.com/scummvm/scummvm/commit/c969644d7fd9f34a8c7fa912453e0a4ef94c97b6
Author: Mataniko (mataniko at gmail.com)
Date: 2021-10-07T07:59:30-04:00

Commit Message:
CREDITS: Update credits

Changed paths:
    AUTHORS
    devtools/credits.pl
    doc/docportal/help/credits.rst
    gui/credits.h


diff --git a/AUTHORS b/AUTHORS
index 3267a36849..d577e442c0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -673,7 +673,6 @@ ScummVM Team
      Eugene Sandulenko              - Forum, IRC channel, Screen Shots and
                                       Mailing list maintainer
      John Willis
-     Matan Bareket                  - Site maintainer
 
   Website (content)
   -----------------
@@ -699,6 +698,7 @@ ScummVM Team
      Jeremy Newman                  - Former webmaster
      Lionel Ulmer                   - Port: X11
      Won Star                       - Former GP32 porter
+     Matan Bareket                  - Website, Infrastructure, UI/UX
 
 Other contributions
 *******************
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 534ad6d787..699b9148fb 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -694,7 +694,6 @@ begin_credits("Credits");
 				add_person("Jordi Vilalta Prat", "jvprat", "Wiki maintainer");
 				add_person("Eugene Sandulenko", "sev", "Forum, IRC channel, Screen Shots and Mailing list maintainer");
 				add_person("John Willis", "DJWillis", "");
-				add_person("Matan Bareket", "mataniko", "Site maintainer");
 			end_persons();
 		end_section();
 
@@ -722,6 +721,7 @@ begin_credits("Credits");
 				add_person("Jeremy Newman", "laxdragon", "Former webmaster");
 				add_person("Lionel Ulmer", "bbrox", "Port: X11");
 				add_person("Won Star", "wonst719", "Former GP32 porter");
+        add_person("Matan Bareket", "mataniko", "Website, Infrastructure, UI/UX");
 			end_persons();
 		end_section();
 	end_section();
diff --git a/doc/docportal/help/credits.rst b/doc/docportal/help/credits.rst
index 010572cd53..fd25193417 100644
--- a/doc/docportal/help/credits.rst
+++ b/doc/docportal/help/credits.rst
@@ -1673,8 +1673,6 @@ Website (maintenance)
      - Forum, IRC channel, Screen Shots and Mailing list maintainer
    * - John Willis
      -
-   * - Matan Bareket
-     - Site maintainer
 
 Website (content)
 *****************
@@ -1720,6 +1718,8 @@ Retired Team Members
      - Port: X11
    * - Won Star
      - Former GP32 porter
+   * - Matan Bareket
+     - Website, Infrastructure, UI/UX
 
 Other contributions
 ===================
diff --git a/gui/credits.h b/gui/credits.h
index 5310ffee48..3c5208356f 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -818,8 +818,6 @@ static const char *credits[] = {
 "C0""Eugene Sandulenko",
 "C2""Forum, IRC channel, Screen Shots and Mailing list maintainer",
 "C0""John Willis",
-"C0""Matan Bareket",
-"C2""Site maintainer",
 "",
 "C1""Website (content)",
 "C0""All active team members",
@@ -854,6 +852,8 @@ static const char *credits[] = {
 "C2""Port: X11",
 "C0""Won Star",
 "C2""Former GP32 porter",
+"C0""Matan Bareket",
+"C2""Website, Infrastructure, UI/UX",
 "",
 "",
 "C1""Other contributions",




More information about the Scummvm-git-logs mailing list