From c9b6b697c2c4f8becdebd8f67def188a89e543f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sat, 12 Jan 2019 18:24:31 +0100 Subject: [PATCH] Updated the author list --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ecf6932..122a719 100644 --- a/composer.json +++ b/composer.json @@ -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/"} },