From daa037a1bb5529f052fcc94c424486ee660e762c Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Wed, 2 Jul 2025 17:16:19 +0200 Subject: [PATCH] Fix links in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 61c8a05..54f7b29 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,9 @@ "homepage": "https://now.metamodel.me/", "support": { "email": "mail@metamodel.me", - "issues": "https://github.com/MetaModels/metamodels_notelist", + "issues": "https://github.com/MetaModels/notelist", "wiki": "https://metamodels.readthedocs.io/de/latest/manual/extended/notelist.html", - "source": "https://github.com/MetaModels/metamodels_notelist" + "source": "https://github.com/MetaModels/notelist" }, "require": { "php": "^8.1",