diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 02:16:58 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 02:16:58 +0300 |
| commit | eda29d39687fc892e1502c3e6de00470a714be92 (patch) | |
| tree | d839e672cdc03d0791c14df6e4925b12f4146868 /app.json | |
| parent | c7aca0dfccd0793351985639bc7b5e82da44bd3d (diff) | |
Fix app.json
Diffstat (limited to 'app.json')
| -rw-r--r-- | app.json | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,6 @@ "name": "Heroku Periodical", "description": "A skeleton app for creating single worker scheduled tasks in Python running on Heroku", "website": "https://github.com/yuvadm/heroku-periodical", - "addons": ["redistogo:nano"], - "env": {}, + "addons": ["redistogo:nano"] } |
