From 7d2598efbdf0a627626c8a21d7226ccf29240752 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 27 Apr 2022 15:49:55 +0200 Subject: [PATCH] Update repo and homepage URLs (move to Gitea) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 45c52a8..8a0fa58 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/67P/kosmos-schemas.git" - } + "url": "https://gitea.kosmos.org/kosmos/schemas.git" + }, + "homepage": "https://gitea.kosmos.org/kosmos/schemas" }