From 9e41cf38afce8b79c36984ffbc63d75f813a0da5 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 15 Nov 2014 20:01:44 +0000 Subject: [PATCH] Fix invalid app.json --- app.json | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/app.json b/app.json index f5ef281..6c49e49 100644 --- a/app.json +++ b/app.json @@ -1,21 +1,22 @@ { - "name": "NextAction", - "description": "Todoist API application to provide a auto-populated next action label", - "repository": "https://github.com/nikdoof/NextAction", - "keywords": ["python"], - "env": { - "TODOIST_API_KEY": { - "description": "Your Todoist API Key", - "required": true - }, - "TODOIST_NEXT_ACTION_LABEL": { - "description": "The Todoist label to use for next actions.", - "value": "next_action", - "required": false - }, - "TODOIST_SYNC_DELAY": { - "description": "The number of seconds to wait between syncs.", - "value": "5", - "required": false + "name": "NextAction", + "description": "Todoist API application to provide a auto-populated next action label", + "repository": "https://github.com/nikdoof/NextAction", + "keywords": ["python"], + "env": { + "TODOIST_API_KEY": { + "description": "Your Todoist API Key", + "required": true + }, + "TODOIST_NEXT_ACTION_LABEL": { + "description": "The Todoist label to use for next actions.", + "value": "next_action", + "required": false + }, + "TODOIST_SYNC_DELAY": { + "description": "The number of seconds to wait between syncs.", + "value": "5", + "required": false + } } } \ No newline at end of file