Skip to content

Commit

Permalink
fix: Corrected incorrect repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Aug 12, 2023
1 parent 623bd86 commit 65f0d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
],
"repository": {
"type": "git",
"url": "https://github.com/builders-club/vscode-twitch-themer"
"url": "https://github.com/build-with-me/vscode-twitch-themer"
},
"homepage": "https://github.com/builders-club/vscode-twitch-themer/blob/master/README.md",
"homepage": "https://github.com/build-with-me/vscode-twitch-themer#readme",
"galleryBanner": {
"color": "#373436",
"theme": "dark"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ a theme using !theme install <id of the theme>";

export const messageRepo =
"You can find the source code for this VS \
Code extension at https://github.com/builders-club/vscode-twitch-themer . \
Code extension at https://github.com/build-with-me/vscode-twitch-themer . \
Feel free to fork & contribute.";

export const messagePaused = (user: string) =>
Expand Down

0 comments on commit 65f0d3d

Please sign in to comment.