diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 10:23:54 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 10:23:54 +0100 |
commit | 7c1b3c7d050d4004d1bf008b37dccc2bbf5aaf9a (patch) | |
tree | 77d30f8e139ae36d75e1098d8f185133eaf4fd8e | |
parent | Updated app.json (diff) | |
download | newspipe-7c1b3c7d050d4004d1bf008b37dccc2bbf5aaf9a.tar.gz newspipe-7c1b3c7d050d4004d1bf008b37dccc2bbf5aaf9a.tar.bz2 newspipe-7c1b3c7d050d4004d1bf008b37dccc2bbf5aaf9a.zip |
Updated app.json
-rw-r--r-- | app.json | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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" |