From f4835738a4600a4d954539d609ee8eaead9a4e5c Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Mon, 6 Jun 2022 12:18:46 +0200 Subject: [PATCH] Fix issue url --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a2f6e1e..e0b7f30 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "support" : { - "issues" : "https://github.com/theseer/eventgraph/issues" + "issues" : "https://github.com/theseer/journald/issues" }, "require" : { "php" : "^8.1",