Skip to content

Commit

Permalink
build: correct LLK URLs in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Feb 23, 2024
1 parent a3d5e19 commit caaa062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"homepage": "https://github.com/LLK/scratch-gui#readme",
"homepage": "https://github.com/scratchfoundation/scratch-gui#readme",
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratch-gui.git"
"url": "https://github.com/scratchfoundation/scratch-gui.git"
},
"main": "./dist/scratch-gui.js",
"scripts": {
Expand Down

0 comments on commit caaa062

Please sign in to comment.