diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-31 20:10:52 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-06-01 11:04:37 +0200 |
commit | 07adebd03e37a790462f80b6f3bb001bad7e6748 (patch) | |
tree | 21807d526d6a53d49552bc1affdb584212d21735 | |
parent | 266985a5eddc7df30126e79105e22dfb1dae140c (diff) |
Fix package.json URLsneedlefish_13.93.0needlefish/13.93.013.93.0
Bug-AGL: SPEC-4248
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Change-Id: Ie78470b4ca0dbf0226c9a61eb9667ca95da6af54
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index c31b283..f69b292 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ "build": "webpack", "start": "webpack-dev-server" }, - "homepage": "https://github.com/AGL-web-applications/mediaplayer", + "homepage": "https://git.automotivelinux.org/apps/html5-mediaplayer", "repository": { "type": "git", - "url": "git@github.com:AGL-web-applications/mediaplayer.git" + "url": "https://gerrit.automotivelinux.org/gerrit/apps/html5-mediaplayer" }, "keywords": [ "agl", |