diff options
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", |