commit: e05606c8d0b1a77dd5153da04fe5ec9f192be0b7
parent: 161f72cce3547fabc945b002599880b137d970db
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Tue, 1 Aug 2017 12:59:11 +0900
Change logo URL for Heroku and Scalingo (#4476)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app.json b/app.json
@@ -2,7 +2,7 @@
"name": "Mastodon",
"description": "A GNU Social-compatible microblogging server",
"repository": "https://github.com/tootsuite/mastodon",
- "logo": "https://github.com/tootsuite/mastodon/raw/master/app/javascript/images/logo.svg",
+ "logo": "https://github.com/tootsuite.png",
"env": {
"HEROKU": {
"description": "Leave this as true",
diff --git a/scalingo.json b/scalingo.json
@@ -2,7 +2,7 @@
"name": "Mastodon",
"description": "A GNU Social-compatible microblogging server",
"repository": "https://github.com/tootsuite/mastodon",
- "logo": "https://github.com/tootsuite/mastodon/raw/master/app/javascript/images/logo.svg",
+ "logo": "https://github.com/tootsuite.png",
"env": {
"LOCAL_DOMAIN": {
"description": "The domain that your Mastodon instance will run on (this can be appname.scalingo.io or a custom domain)",