1
0
Fork 0
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:
sfan5 2024-08-05 21:01:45 +02:00
parent f5a53647f9
commit 62a8c5ca32
2 changed files with 22 additions and 15 deletions

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.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