summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-03-12 19:19:24 +0200
committerYuval Adam <yuval@y3xz.com>2015-03-12 19:19:24 +0200
commit060f99b620df6b5b259992ea491c1a7f2b49ca3a (patch)
tree4ca923d405ffa5ebb76f6d3136731ac29de24f90 /app.json
parenteda29d39687fc892e1502c3e6de00470a714be92 (diff)
Add repository to app.json
Diffstat (limited to 'app.json')
-rw-r--r--app.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.json b/app.json
index 5fc7222..ae42d96 100644
--- a/app.json
+++ b/app.json
@@ -2,6 +2,7 @@
"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",
+ "repository": "https://github.com/yuvadm/heroku-periodical",
"addons": ["redistogo:nano"]
}