Updated the author list

This commit is contained in:
Cédric Belin
2019-01-12 18:24:31 +01:00
parent 993ea01182
commit c9b6b697c2

View File

@ -4,10 +4,10 @@
"license": "MIT",
"name": "sab-international/gitea",
"type": "library",
"authors": [{
"email": "contact@sabcomputer.com",
"name": "SAB International"
}],
"authors": [
{"email": "contact@sabcomputer.com", "name": "SAB International", "homepage": "http://www.sabcomputer.com", "role": "Developer"},
{"email": "cedric@belin.io", "name": "Cédric Belin", "homepage": "https://belin.io", "role": "Developer"}
],
"autoload": {
"psr-4": {"Gitea\\": "lib/"}
},