From 22aea9773c2f5177a9d6093aac26536e191dec18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Tue, 3 Sep 2024 11:21:55 +0200 Subject: [PATCH] Fix git URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37f7c04..ac69e9c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/jupyterlab-contrib/search-replace.git.git" + "url": "https://github.com/jupyterlab-contrib/search-replace.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev",