From c189320ab6810d4c916fa8f697a9452f3a8976a4 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 31 May 2022 20:11:46 +0200 Subject: Fix package.json Bug-AGL: SPEC-4248 Signed-off-by: Jose Dapena Paz Change-Id: I1f41d18943f7db91cb5163c588ec12e007f21a47 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5de71c2..2ef9c2f 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "agl-mixer", "version": "0.0.0", - "description": "HVAC project for AGL based on html5 technologies", + "description": "Mixer for AGL based on html5 technologies", "scripts": { "webpack": "webpack", "build": "webpack", "start": "webpack-dev-server" }, - "homepage": "https://github.com/AGL-web-applications/mixer", + "homepage": "https://git.automotivelinux.org/apps/html5-mixer", "repository": { "type": "git", - "url": "git@github.com:AGL-web-applications/mixer.git" + "url": "https://gerrit.automotivelinux.org/gerrit/apps/html5-mixer" }, "keywords": [ "agl", -- cgit 1.2.3-korg