From ba4841ff57c8845c893e4842a783820b1f099f6f Mon Sep 17 00:00:00 2001 From: rvogel Date: Mon, 11 Sep 2023 08:06:01 +0200 Subject: [PATCH] Fix author info --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5432bf9..b858721 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,9 @@ "license": "GPL-3.0-only", "authors": [ { - "name": "BlueSpice", - "email": "support@bluespice.com" + "name": "HalloWelt! GmbH", + "email": "info@hallowelt.com", + "homepage": "http://www.hallowelt.com" } ], "require": {