[Scummvm-git-logs] scummvm master -> 9a96b833cd39106d9de469d700548527b8e81136
sev-
sev at scummvm.org
Thu Aug 27 22:32:53 UTC 2020
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:
9a96b833cd CREDITS: Fix handle
Commit: 9a96b833cd39106d9de469d700548527b8e81136
https://github.com/scummvm/scummvm/commit/9a96b833cd39106d9de469d700548527b8e81136
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2020-08-28T00:32:49+02:00
Commit Message:
CREDITS: Fix handle
Alternatively you can simply remove the handle.
I'll leave the decision to you guys
Changed paths:
devtools/credits.pl
diff --git a/devtools/credits.pl b/devtools/credits.pl
index d9154c9394..ec2b89f253 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1281,7 +1281,7 @@ begin_credits("Credits");
begin_section("Packages", "packages");
begin_section("AmigaOS 4");
add_person("Hans-Jörg Frieden", "", "(retired)");
- add_person("Hubert Maier", "Raziel_AOne", "");
+ add_person("Hubert Maier", "raziel-", "");
add_person("Juha Niemimäki", "", "(retired)");
end_section();
More information about the Scummvm-git-logs
mailing list