diff --git a/builtin/mainmenu/credits.json b/builtin/mainmenu/credits.json index 87a91ccae8..c24fc437e5 100644 --- a/builtin/mainmenu/credits.json +++ b/builtin/mainmenu/credits.json @@ -47,11 +47,12 @@ ], "#": "For updating active/previous contributors, see the script in ./util/gather_git_credits.py", "contributors": [ - "Lucas OH", - "Xeno333" + "siliconsniffer", + "CrazyladMT", + "Wuzzy (Wuzzy2)", + "birdlover32767" ], "previous_contributors": [ - "Wuzzy (Wuzzy2)", "Ælla Chiana Moskopp (erle) [Logo]", "numzero", "red-001 ", diff --git a/util/gather_git_credits.py b/util/gather_git_credits.py index 8aa74641d9..1cc2b48f67 100755 --- a/util/gather_git_credits.py +++ b/util/gather_git_credits.py @@ -6,7 +6,7 @@ from collections import defaultdict codefiles = r"(\.[ch](pp)?|\.lua|\.md|\.cmake|\.java|\.gradle|Makefile|CMakeLists\.txt)$" # two minor versions back, for "Active Contributors" -REVS_ACTIVE = "5.11.0..HEAD" +REVS_ACTIVE = "5.13.0..HEAD" # all time, for "Previous Contributors" REVS_PREVIOUS = "HEAD"