From a455827f738b317c26981b562447271ba8c65823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 11 Dec 2021 16:20:11 +0100 Subject: [PATCH] misc: add/update project URIs (#59591) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7244ef9..4a0ac60 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ { "name": "Thomas JUND", "email": "tjund@entrouvert.com", - "web": "http://entrouvert.com" + "web": "https://www.entrouvert.com" } ], "repository": { "type": "git", - "url": "…" + "url": "https://git.entrouvert.org/godo.js.git" }, "dependencies": { "prosemirror-commands": "^1.1.12",