From 765c7bd2d1227fdad6361957967dc10f07839b29 Mon Sep 17 00:00:00 2001 From: Martino Date: Thu, 26 Jan 2023 14:04:21 +0100 Subject: [PATCH] aggiornato url in package.json Ho aggiornato l'url in package.json in quanto puntava su un link incorretto/rotto --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e6ecfc..5d9f695 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Gestionale open source per assistenza tecnica e fatturazione", "repository": { "type": "git", - "url": "git+https://redmine.immensonet.it:/var/www/gitrepo/gest366.git" + "url": "git+https://devel.gest366.it/Gest366/gest366.git" }, "main": "gulpfile.js", "dependencies": {},