Add users with more than 5 commits to credits / authors

Also update authors to be alphabetically ordered.
This commit is contained in:
Abijeet
2020-02-24 15:20:47 +05:30
committed by Niklas Laxström
parent c57a3a28ad
commit a182ddb215
3 changed files with 11 additions and 7 deletions

View File

@@ -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",

View File

@@ -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",

View File

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