From bbfa1b13e3bd269538a10d7b5d627f73cb16fecc Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 1 Jul 2024 17:29:17 +0200 Subject: [PATCH] WAT --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c3c5d70..294e71f 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/jupytercad/jupytercad-freecad", + "homepage": "https://github.com/jupytercad/JupyterCAD-FreeCAD", "bugs": { - "url": "https://github.com/jupytercad/jupytercad-freecad/issues" + "url": "https://github.com/jupytercad/JupyterCAD-FreeCAD/issues" }, "license": "BSD-3-Clause", "author": "JupyterCad contributors", @@ -22,7 +22,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/jupytercad/jupytercad-freecad.git" + "url": "https://github.com/jupytercad/JupyterCAD-FreeCAD" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev",