From 7249d5287360203a5c7f83e9b1aa3f75638056e2 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:37:21 -0800 Subject: [PATCH] build: correct LLK URLs in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 000415e..534dc99 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/LLK/scratch-semantic-release-config.git" + "url": "https://github.com/scratchfoundation/scratch-semantic-release-config.git" }, "keywords": [ "semantic-release", @@ -30,9 +30,9 @@ "author": "Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>", "license": "MIT", "bugs": { - "url": "https://github.com/LLK/scratch-semantic-release-config/issues" + "url": "https://github.com/scratchfoundation/scratch-semantic-release-config/issues" }, - "homepage": "https://github.com/LLK/scratch-semantic-release-config#readme", + "homepage": "https://github.com/scratchfoundation/scratch-semantic-release-config#readme", "config": { "commitizen": { "path": "cz-conventional-changelog"