Add users with more than 5 commits to credits / authors
Also update authors to be alphabetically ordered.
This commit is contained in:
@@ -11,15 +11,18 @@
|
||||
"license": "GPL-2.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Santhosh Thottingal",
|
||||
"email": "santhosh.thottingal@gmail.com"
|
||||
"name": "Amir E. Aharoni"
|
||||
},
|
||||
{
|
||||
"name": "Amir Aharoni"
|
||||
"name": "Kartik Mistry"
|
||||
},
|
||||
{
|
||||
"name": "Niklas Laxström",
|
||||
"email": "niklas.laxstrom@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Santhosh Thottingal",
|
||||
"email": "santhosh.thottingal@gmail.com"
|
||||
}
|
||||
],
|
||||
"type": "library",
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
},
|
||||
"contributors": [
|
||||
"Amir Aharoni",
|
||||
"Niklas Laxström",
|
||||
"Santhosh Thottingal"
|
||||
"Kartik Mistry",
|
||||
"Niklas Laxström"
|
||||
],
|
||||
"devDependencies": {
|
||||
"assert": "^2.0.0",
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
/**
|
||||
* Script to create the language data in JSON format for ULS.
|
||||
*
|
||||
* Copyright (C) 2012 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris,
|
||||
* Copyright (C) 2020 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon Harris,
|
||||
* Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland and other
|
||||
* contributors. See CREDITS for a list.
|
||||
* contributors. See https://github.com/wikimedia/language-data/graphs/contributors
|
||||
* for a list.
|
||||
*
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
|
||||
Reference in New Issue
Block a user