diff --git a/package.json b/package.json index f21c4da..2f8f37e 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/github_username/jupyter-viz-extension", + "homepage": "https://github.com/jwindgassen/jupyter-viz-extension", "bugs": { - "url": "https://github.com/github_username/jupyter-viz-extension/issues" + "url": "https://github.com/jwindgassen/jupyter-viz-extension/issues" }, "license": "BSD-3-Clause", "author": { @@ -27,7 +27,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/github_username/jupyter-viz-extension.git" + "url": "https://github.com/jwindgassen/jupyter-viz-extension.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev",