mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Update credits for 5.12.0 (#16142)
This commit is contained in:
		@@ -47,22 +47,20 @@
 | 
			
		||||
	],
 | 
			
		||||
	"#": "For updating active/previous contributors, see the script in ./util/gather_git_credits.py",
 | 
			
		||||
	"contributors": [
 | 
			
		||||
		"JosiahWI",
 | 
			
		||||
		"Erich Schubert",
 | 
			
		||||
		"wrrrzr",
 | 
			
		||||
		"1F616EMO",
 | 
			
		||||
		"red-001 <red-001@outlook.ie>",
 | 
			
		||||
		"veprogames",
 | 
			
		||||
		"paradust7",
 | 
			
		||||
		"AFCMS",
 | 
			
		||||
		"siliconsniffer",
 | 
			
		||||
		"Wuzzy",
 | 
			
		||||
		"Zemtzov7"
 | 
			
		||||
		"JosiahWI",
 | 
			
		||||
		"veprogames",
 | 
			
		||||
		"Miguel P.L",
 | 
			
		||||
		"AFCMS"
 | 
			
		||||
	],
 | 
			
		||||
	"previous_contributors": [
 | 
			
		||||
		"Ælla Chiana Moskopp (erle) <erle@dieweltistgarnichtso.net> [Logo]",
 | 
			
		||||
		"numzero",
 | 
			
		||||
		"red-001 <red-001@outlook.ie>",
 | 
			
		||||
		"Giuseppe Bilotta",
 | 
			
		||||
		"HybridDog",
 | 
			
		||||
		"ClobberXD",
 | 
			
		||||
		"Dániel Juhász (juhdanad) <juhdanad@gmail.com>",
 | 
			
		||||
		"MirceaKitsune <mirceakitsune@gmail.com>",
 | 
			
		||||
@@ -75,6 +73,7 @@
 | 
			
		||||
		"stujones11",
 | 
			
		||||
		"Rogier <rogier777@gmail.com>",
 | 
			
		||||
		"Gregory Currie (gregorycu)",
 | 
			
		||||
		"paradust7",
 | 
			
		||||
		"JacobF",
 | 
			
		||||
		"Jeija <jeija@mesecons.net>"
 | 
			
		||||
	]
 | 
			
		||||
 
 | 
			
		||||
@@ -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.9.0..HEAD"
 | 
			
		||||
REVS_ACTIVE = "5.10.0..HEAD"
 | 
			
		||||
# all time, for "Previous Contributors"
 | 
			
		||||
REVS_PREVIOUS = "HEAD"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user