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",
|
"license": "GPL-2.0-or-later",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Santhosh Thottingal",
|
"name": "Amir E. Aharoni"
|
||||||
"email": "santhosh.thottingal@gmail.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Amir Aharoni"
|
"name": "Kartik Mistry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Niklas Laxström",
|
"name": "Niklas Laxström",
|
||||||
"email": "niklas.laxstrom@gmail.com"
|
"email": "niklas.laxstrom@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Santhosh Thottingal",
|
||||||
|
"email": "santhosh.thottingal@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Amir Aharoni",
|
"Amir Aharoni",
|
||||||
"Niklas Laxström",
|
"Kartik Mistry",
|
||||||
"Santhosh Thottingal"
|
"Niklas Laxström"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"assert": "^2.0.0",
|
"assert": "^2.0.0",
|
||||||
|
|||||||
@@ -2,9 +2,10 @@
|
|||||||
/**
|
/**
|
||||||
* Script to create the language data in JSON format for ULS.
|
* 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
|
* 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
|
* @file
|
||||||
* @ingroup Extensions
|
* @ingroup Extensions
|
||||||
|
|||||||
Reference in New Issue
Block a user