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