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:
@@ -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>",
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user