From 7c1b3c7d050d4004d1bf008b37dccc2bbf5aaf9a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 21 Nov 2016 10:23:54 +0100 Subject: Updated app.json --- app.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'app.json') diff --git a/app.json b/app.json index 0cfd8606..0648fe63 100644 --- a/app.json +++ b/app.json @@ -1,12 +1,9 @@ { "name": "Newspipe", "description": "A news aggregator that can be deployed on Heroku.", - "keywords": [ - "aggregator", - "news", - "RSS" - ], - "repository": "https://github.com/newspipe/newspipe.git", + "keywords": ["aggregator", "news", "RSS"], + "website": "https://github.com/newspipe/", + "repository": "https://github.com/newspipe/newspipe", "logo": "https://raw.githubusercontent.com/newspipe/newspipe/master/src/web/static/img/newspipe.png", "scripts": { "postdeploy": "python src/manager.py db_create" -- cgit