From 72a928dcce62699262fdbf6051abfd633633ea60 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 26 Jan 2026 12:21:24 +0100 Subject: [PATCH] chore: use correct repo and issue url --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1b0fc98b6..478efdd19 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,10 +6,10 @@ "license": "AGPL-3.0-or-later", "repository": { "type": "git", - "url": "https://kolaente.dev/vikunja/vikunja" + "url": "https://code.vikunja.io/vikunja" }, "bugs": { - "url": "https://kolaente.dev/vikunja/vikunja/issues" + "url": "https://code.vikunja.io/vikunja/issues" }, "homepage": "https://vikunja.io/", "funding": "https://opencollective.com/vikunja",