From 668e1b5d4c35b88665cf8bb30f708726f7364bad Mon Sep 17 00:00:00 2001 From: hughbarney Date: Mon, 13 Dec 2021 18:29:52 +0000 Subject: [PATCH] Rebble: fix dependancies --- apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 34976e41e..ab65f6d9b 100644 --- a/apps.json +++ b/apps.json @@ -4875,7 +4875,8 @@ "description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion", "readme": "README.md", "icon": "rebble.png", - "dependencies": [{"mylocation":"app"},{"widpedom":"widget"}], + "dependencies": {"mylocation":"app"}, + "dependencies": {"widpedom":"widget"}, "screenshots": [{"url":"screenshot_rebble.png"}], "type": "clock", "tags": "clock",