commit | 4a27ffe4d0ffafb2c4b0ebfcae493061eae47207 | [log] [tgz] |
---|---|---|
author | Nasser Grainawi <nasser.grainawi@linaro.org> | Fri Dec 01 16:49:01 2023 -0700 |
committer | Nasser Grainawi <nasser.grainawi@linaro.org> | Fri Dec 01 16:49:01 2023 -0700 |
tree | 3cf413e20c99a34d13c133f691d88f5ea9947bc1 | |
parent | c04b0e477e00f1fd0e6b3791801848dfaa5b2484 [diff] |
Fix wrong project URL Use the public project URL. Change-Id: I804cd717705b7f99d20e5e6de52118382f660d3b
diff --git a/package.json b/package.json index 7386452..ba4a00c 100644 --- a/package.json +++ b/package.json
@@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "https://review-bait.quicinc.com/plugins/depends-on" + "url": "https://gerrit.googlesource.com/plugins/depends-on" }, "author": "", "license": "Apache-2.0"