Skip to content

Commit 37735f1

Browse files
Update tab_about.lua
1 parent 0cc70c7 commit 37735f1

1 file changed

Lines changed: 11 additions & 62 deletions

File tree

builtin/mainmenu/tab_about.lua

Lines changed: 11 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -18,84 +18,33 @@
1818
-- https://github.com/orgs/minetest/teams/engine/members
1919

2020
local core_developers = {
21-
"Perttu Ahola (celeron55) <[email protected]> [Project founder]",
22-
"sfan5 <[email protected]>",
23-
"ShadowNinja <[email protected]>",
24-
"Nathanaëlle Courant (Nore/Ekdohibs) <[email protected]>",
25-
"Loic Blot (nerzhul/nrz) <[email protected]>",
26-
"Andrew Ward (rubenwardy) <[email protected]>",
27-
"Krock/SmallJoker <[email protected]>",
28-
"Lars Hofhansl <[email protected]>",
29-
"v-rob <[email protected]>",
30-
"Hugues Ross <[email protected]>",
31-
"Dmitry Kostenko (x2048) <[email protected]>",
32-
"Desour",
21+
"Perttu Ahola (celeron55) <[email protected]> [Original MineTest Project founder]",
22+
"The rest of the minetest team",
23+
"Sai Panneerselvam (MrCoder) <>",
24+
"your name could be here! develop something in minebuild's foundation to get added.},
3325
}
3426

3527
-- currently only https://github.com/orgs/minetest/teams/triagers/members
3628

3729
local core_team = {
38-
"Zughy [Issue triager]",
30+
"SaiPanneerselvam [Manager]",
3931
"wsor [Issue triager]",
4032
"Hugo Locurcio (Calinou) [Issue triager]",
4133
}
4234

4335
-- For updating active/previous contributors, see the script in ./util/gather_git_credits.py
4436

4537
local active_contributors = {
46-
"Wuzzy [Features, translations, devtest]",
47-
"Lars Müller [Bugfixes and entity features]",
48-
"paradust7 [Bugfixes]",
49-
"ROllerozxa [Bugfixes, Android]",
50-
"srifqi [Android, translations]",
51-
"Lexi Hale [Particlespawner animation]",
52-
"savilli [Bugfixes]",
53-
"fluxionary [Bugfixes]",
54-
"Gregor Parzefall [Bugfixes]",
55-
"Abdou-31 [Documentation]",
56-
"pecksin [Bouncy physics]",
57-
"Daroc Alden [Fixes]",
38+
"Nobody!",
39+
5840
}
5941

6042
local previous_core_developers = {
61-
"BlockMen",
62-
"Maciej Kasatkin (RealBadAngel) [RIP]",
63-
"Lisa Milne (darkrose) <[email protected]>",
64-
"proller",
65-
"Ilya Zhuravlev (xyz) <[email protected]>",
66-
"PilzAdam <[email protected]>",
67-
"est31 <[email protected]>",
68-
"kahrl <[email protected]>",
69-
"Ryan Kwolek (kwolekr) <[email protected]>",
70-
"sapier",
71-
"Zeno",
72-
"Auke Kok (sofar) <[email protected]>",
73-
"Aaron Suen <[email protected]>",
74-
"paramat",
75-
"Pierre-Yves Rollo <[email protected]>",
76-
"hecks",
77-
"Jude Melton-Houghton (TurkeyMcMac) [RIP]",
43+
"Nobody!",
7844
}
7945

8046
local previous_contributors = {
81-
"Nils Dagsson Moskopp (erlehmann) <[email protected]> [Minetest logo]",
82-
"red-001 <[email protected]>",
83-
"Giuseppe Bilotta",
84-
"numzero",
85-
"HybridDog",
86-
"ClobberXD",
87-
"Dániel Juhász (juhdanad) <[email protected]>",
88-
"MirceaKitsune <[email protected]>",
89-
"Jean-Patrick Guerrero (kilbith)",
90-
"MoNTE48",
91-
"Constantin Wenger (SpeedProg)",
92-
"Ciaran Gultnieks (CiaranG)",
93-
"Paul Ouellette (pauloue)",
94-
"stujones11",
95-
"Rogier <[email protected]>",
96-
"Gregory Currie (gregorycu)",
97-
"JacobF",
98-
"Jeija <[email protected]>",
47+
"no one",
9948
}
10049

10150
local function prepare_credits(dest, source)
@@ -129,8 +78,8 @@ return {
12978
local credit_list = {}
13079
table.insert_all(credit_list, {
13180
core.colorize("#000", "Dedication of the current release"),
132-
"The 5.7.0 release is dedicated to the memory of",
133-
"Minetest developer Jude Melton-Houghton (TurkeyMcMac)",
81+
"The 1.0.0 release is dedicated to the memory of",
82+
"The original Minetest project's developer Jude Melton-Houghton (TurkeyMcMac)",
13483
"who died on February 1, 2023.",
13584
"Our thoughts are with his family and friends.",
13685
"",

0 commit comments

Comments
 (0)