aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-22 09:32:37 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-22 09:32:37 +0200
commit68b23e8a4cb3747d1a060a83096517aafd3cb282 (patch)
tree944e2b36e762ecc3b596f028e83815d63284c5af
parentExported svg to png for the logo on GitHub. (diff)
downloadnewspipe-68b23e8a4cb3747d1a060a83096517aafd3cb282.tar.gz
newspipe-68b23e8a4cb3747d1a060a83096517aafd3cb282.tar.bz2
newspipe-68b23e8a4cb3747d1a060a83096517aafd3cb282.zip
Updated link to the logo for Heroku auto deploy button.
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index a65ef7dc..992d7428 100644
--- a/app.json
+++ b/app.json
@@ -7,7 +7,7 @@
"RSS"
],
"repository": "https://github.com/JARR/JARR.git",
- "logo": "https://raw.githubusercontent.com/JARR/JARR/master/src/web/static/img/logo.png",
+ "logo": "https://raw.githubusercontent.com/JARR/JARR/master/src/web/static/img/jarr.png",
"scripts": {
"postdeploy": "python src/manager.py db_create"
},
bgstack15