aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 11:41:55 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 11:41:55 +0200
commite2c3af1503e5f443f1b3f7bcc2a9d4293bb05d61 (patch)
treedb5f4b99caeac16d0cdc831a196247690a1c2642
parenttypo (diff)
downloadnewspipe-e2c3af1503e5f443f1b3f7bcc2a9d4293bb05d61.tar.gz
newspipe-e2c3af1503e5f443f1b3f7bcc2a9d4293bb05d61.tar.bz2
newspipe-e2c3af1503e5f443f1b3f7bcc2a9d4293bb05d61.zip
validate app.json
-rw-r--r--app.json22
1 files changed, 6 insertions, 16 deletions
diff --git a/app.json b/app.json
index d8ba6eae..7dc32571 100644
--- a/app.json
+++ b/app.json
@@ -1,7 +1,11 @@
{
"name": "Newspipe",
"description": "A news aggregator that can be deployed on Heroku.",
- "keywords": ["aggregator", "news", "RSS"],
+ "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",
@@ -60,19 +64,5 @@
"addons": [
"heroku-postgresql:hobby-dev",
"scheduler:standard"
- ],
- "buildpacks": [
- {
- "url": "heroku/python",
- "index": 1
- },
- {
- "url": "https://github.com/heroku/heroku-buildpack-nodejs",
- "index": 2
- },
- {
- "url": "https://github.com/ejholmes/heroku-buildpack-bower",
- "index": 3
- }
]
-}
+} \ No newline at end of file
bgstack15