aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-18 23:22:55 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-18 23:22:55 +0200
commit58b2d18a514c2c13486e7c6411af31dff5654e0d (patch)
tree0eb7fb48c59cf60313a75039249f3e0e79111037
parentUpdated JARR GitHub address. Thanks GitHub! (diff)
downloadnewspipe-58b2d18a514c2c13486e7c6411af31dff5654e0d.tar.gz
newspipe-58b2d18a514c2c13486e7c6411af31dff5654e0d.tar.bz2
newspipe-58b2d18a514c2c13486e7c6411af31dff5654e0d.zip
Fixed bad links to the logo.
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index d6a79a5c..a65ef7dc 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/web/static/img/logo.png",
+ "logo": "https://raw.githubusercontent.com/JARR/JARR/master/src/web/static/img/logo.png",
"scripts": {
"postdeploy": "python src/manager.py db_create"
},
bgstack15