[Scummvm-git-logs] scummvm master -> ec2611607a0d8605c5f8299823d923512a878c48
digitall
dgturner at iee.org
Tue Sep 25 05:00:15 CEST 2018
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:
ec2611607a CREDITS: Fix Anchors For Website to Match Current Usage.
Commit: ec2611607a0d8605c5f8299823d923512a878c48
https://github.com/scummvm/scummvm/commit/ec2611607a0d8605c5f8299823d923512a878c48
Author: D G Turner (digitall at scummvm.org)
Date: 2018-09-25T04:08:51+01:00
Commit Message:
CREDITS: Fix Anchors For Website to Match Current Usage.
Changed paths:
devtools/credits.pl
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 44e969a..bad241f 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -465,8 +465,8 @@ sub add_paragraph {
#
begin_credits("Credits");
- begin_section("ScummVM Team");
- begin_section("Project Leader", "leader");
+ begin_section("ScummVM Team", "scummvm_team");
+ begin_section("Project Leader", "project_leader");
begin_persons();
add_person("Eugene Sandulenko", "sev", "");
end_persons();
@@ -828,7 +828,7 @@ begin_credits("Credits");
end_section();
- begin_section("Backend Teams", "backends");
+ begin_section("Backend Teams", "backend_teams");
begin_section("Android");
add_person("Andre Heider", "dhewg", "");
add_person("Angus Lees", "Gus", "");
@@ -999,7 +999,7 @@ begin_credits("Credits");
end_section();
- begin_section("Other contributions");
+ begin_section("Other contributions", "other_contrib");
begin_section("Packages", "packages");
begin_section("AmigaOS 4");
@@ -1206,7 +1206,7 @@ begin_credits("Credits");
end_persons();
end_section();
- begin_section("FreeSCI Contributors", "freesci");
+ begin_section("FreeSCI Contributors", "freesci_contrib");
begin_persons();
add_person("Francois-R Boyer", "", "MT-32 information and mapping code");
add_person("Rainer Canavan", "", "IRIX MIDI driver and bug fixes");
More information about the Scummvm-git-logs
mailing list