From 3f00ec566e735936ffbb65496bf658b8f943d9fe Mon Sep 17 00:00:00 2001 From: Dou Du Date: Thu, 16 May 2024 14:19:41 +0200 Subject: [PATCH] fix the github url link --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e22b1d2..471399e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "git+https://github.com/osscar-org/appmode-jupyterlab.git" + "url": "https://github.com/osscar-org/appmode-jupyterlab.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev",