diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-31 18:40:52 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-31 20:13:54 +0200 |
commit | 69af4d9b9b209fcb33ef9071ddfa8561106044c2 (patch) | |
tree | 04b7d41ca675886d7169771a4cad2b0fcf13c750 /package.json | |
parent | 6de51f102451a9f63e6f597e99104eff14c5c2c1 (diff) |
Adapt to new application frameworkneedlefish_13.93.0needlefish/13.93.013.93.0
Drop usage of agl-js-api, and just provide a mock for bluetooth
and network calls.
Bug-AGL: SPEC-4248
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Change-Id: I9265a44f810012dd68ccfdd675de157156a73f79
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index b4840fb..9a81586 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ "build": "webpack", "start": "webpack-dev-server" }, - "homepage": "https://github.com/AGL-web-applications/settings", + "homepage": "https://git.automotivelinux.org/apps/html5-settings", "repository": { "type": "git", - "url": "git@github.com:AGL-web-applications/agl-js-api.git" + "url": "https://gerrit.automotivelinux.org/gerrit/apps/html5-settings" }, "keywords": [ "agl", |