1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-13 04:35:28 +01:00

Update credits for 5.15.0 (#16840)

This commit is contained in:
sfan5
2026-01-12 20:40:52 +01:00
committed by GitHub
parent fbd3707646
commit aea65dfd60
2 changed files with 5 additions and 4 deletions

View File

@@ -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) <erle@dieweltistgarnichtso.net> [Logo]",
"numzero",
"red-001 <red-001@outlook.ie>",

View File

@@ -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"