]> cat aescling's git repositories - mastodon.git/commitdiff
Change logo URL for Heroku and Scalingo (#4476)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Tue, 1 Aug 2017 03:59:11 +0000 (12:59 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 1 Aug 2017 03:59:11 +0000 (05:59 +0200)
app.json
scalingo.json

index a935b8232b85738be1703388031f748fd79c973f..09adaac2c9fda1d1e21d56b17d5b728facf88232 100644 (file)
--- 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",
index 8df2caba16f29050092330a25947a77cc0972105..426698b9cc849d381858548d750eb15c9bd0afe7 100644 (file)
@@ -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)",