From 0afc604d054ea15d8e120594cdf482d90b2a88de Mon Sep 17 00:00:00 2001 From: Radek Ziemniewicz Date: Thu, 6 Jan 2022 21:39:07 +0000 Subject: [PATCH] Updated authors in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0b54e39..17076e6 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "The simple implementation of PSR-7: StreamInterface.", "type": "library", "license": "MIT", - "homepage": "https://quillstack.com/stream", + "homepage": "https://quillstack.org/", "keywords": [ "stream", "input", @@ -17,7 +17,7 @@ "authors": [ { "name": "Radek Ziemniewicz", - "email": "open-source@quillstack.com" + "email": "radek@quillstack.org" } ], "require": {