mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Update credits for 5.9.0
This commit is contained in:
parent
f5a53647f9
commit
62a8c5ca32
2 changed files with 22 additions and 15 deletions
|
@ -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.6.0..HEAD"
|
||||
REVS_ACTIVE = "5.7.0..HEAD"
|
||||
# all time, for "Previous Contributors"
|
||||
REVS_PREVIOUS = "HEAD"
|
||||
|
||||
|
@ -46,7 +46,8 @@ def load(revs):
|
|||
p.wait()
|
||||
|
||||
# Some authors duplicate? Don't add manual workarounds here, edit the .mailmap!
|
||||
for author in ("updatepo.sh <script@mt>", "Weblate <42@minetest.ru>"):
|
||||
for author in ("updatepo.sh <script@mt>", "Weblate <42@minetest.ru>",
|
||||
"import <script@mt>", "minetest <minetest@minetest.net>"):
|
||||
points.pop(author, None)
|
||||
return points
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue