From 060f99b620df6b5b259992ea491c1a7f2b49ca3a Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 12 Mar 2015 19:19:24 +0200 Subject: Add repository to app.json --- app.json | 1 + 1 file changed, 1 insertion(+) (limited to 'app.json') 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"] } -- cgit v1.3.1