diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-31 20:11:46 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-31 20:12:58 +0200 |
commit | c189320ab6810d4c916fa8f697a9452f3a8976a4 (patch) | |
tree | f0d8c08c3d189f9f0bc0f6ac298e547a9fa0bf53 /package.json | |
parent | 21f1f146d83cec898ef87c7ecc94abd96a9a36ac (diff) |
Fix package.jsonneedlefish_13.93.0needlefish/13.93.013.93.0
Bug-AGL: SPEC-4248
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Change-Id: I1f41d18943f7db91cb5163c588ec12e007f21a47
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files 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", |