From eb5f9668c7048dcb5291f95ba90d80ea79a8b373 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:03:22 -0800 Subject: [PATCH] build: correct LLK URLs in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09970aa..fcd65ae 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ }, "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", - "homepage": "https://github.com/LLK/scratch-resources#readme", + "homepage": "https://github.com/scratchfoundation/scratch-resources#readme", "repository": { "type": "git", - "url": "git+ssh://git@github.com/LLK/scratch-resources.git" + "url": "git+ssh://git@github.com/scratchfoundation/scratch-resources.git" }, "devDependencies": { "eslint": "4.18.2",