mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Update credits for 5.12.0 (#16142)
This commit is contained in:
parent
8c8b7cb251
commit
554dd5ddf4
2 changed files with 8 additions and 9 deletions
|
@ -47,22 +47,20 @@
|
||||||
],
|
],
|
||||||
"#": "For updating active/previous contributors, see the script in ./util/gather_git_credits.py",
|
"#": "For updating active/previous contributors, see the script in ./util/gather_git_credits.py",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"JosiahWI",
|
|
||||||
"Erich Schubert",
|
"Erich Schubert",
|
||||||
"wrrrzr",
|
"wrrrzr",
|
||||||
"1F616EMO",
|
|
||||||
"red-001 <red-001@outlook.ie>",
|
|
||||||
"veprogames",
|
|
||||||
"paradust7",
|
|
||||||
"AFCMS",
|
|
||||||
"siliconsniffer",
|
"siliconsniffer",
|
||||||
"Wuzzy",
|
"JosiahWI",
|
||||||
"Zemtzov7"
|
"veprogames",
|
||||||
|
"Miguel P.L",
|
||||||
|
"AFCMS"
|
||||||
],
|
],
|
||||||
"previous_contributors": [
|
"previous_contributors": [
|
||||||
"Ælla Chiana Moskopp (erle) <erle@dieweltistgarnichtso.net> [Logo]",
|
"Ælla Chiana Moskopp (erle) <erle@dieweltistgarnichtso.net> [Logo]",
|
||||||
"numzero",
|
"numzero",
|
||||||
|
"red-001 <red-001@outlook.ie>",
|
||||||
"Giuseppe Bilotta",
|
"Giuseppe Bilotta",
|
||||||
|
"HybridDog",
|
||||||
"ClobberXD",
|
"ClobberXD",
|
||||||
"Dániel Juhász (juhdanad) <juhdanad@gmail.com>",
|
"Dániel Juhász (juhdanad) <juhdanad@gmail.com>",
|
||||||
"MirceaKitsune <mirceakitsune@gmail.com>",
|
"MirceaKitsune <mirceakitsune@gmail.com>",
|
||||||
|
@ -75,6 +73,7 @@
|
||||||
"stujones11",
|
"stujones11",
|
||||||
"Rogier <rogier777@gmail.com>",
|
"Rogier <rogier777@gmail.com>",
|
||||||
"Gregory Currie (gregorycu)",
|
"Gregory Currie (gregorycu)",
|
||||||
|
"paradust7",
|
||||||
"JacobF",
|
"JacobF",
|
||||||
"Jeija <jeija@mesecons.net>"
|
"Jeija <jeija@mesecons.net>"
|
||||||
]
|
]
|
||||||
|
|
|
@ -6,7 +6,7 @@ from collections import defaultdict
|
||||||
codefiles = r"(\.[ch](pp)?|\.lua|\.md|\.cmake|\.java|\.gradle|Makefile|CMakeLists\.txt)$"
|
codefiles = r"(\.[ch](pp)?|\.lua|\.md|\.cmake|\.java|\.gradle|Makefile|CMakeLists\.txt)$"
|
||||||
|
|
||||||
# two minor versions back, for "Active Contributors"
|
# two minor versions back, for "Active Contributors"
|
||||||
REVS_ACTIVE = "5.9.0..HEAD"
|
REVS_ACTIVE = "5.10.0..HEAD"
|
||||||
# all time, for "Previous Contributors"
|
# all time, for "Previous Contributors"
|
||||||
REVS_PREVIOUS = "HEAD"
|
REVS_PREVIOUS = "HEAD"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue