diff --git a/app.json b/app.json index 5e5a3dc1e..7f0f26f82 100644 --- a/app.json +++ b/app.json @@ -1,8 +1,8 @@ { "name": "Mastodon", "description": "A GNU Social-compatible microblogging server", - "repository": "https://github.com/mastodon/mastodon", - "logo": "https://github.com/mastodon.png", + "repository": "https://github.com/SWREI/high-school.band", + "logo": "https://github.com/SWREI.png", "env": { "HEROKU": { "description": "Leave this as true", diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 9b6ea2e4e..f0ab6bcfe 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -25,7 +25,7 @@ module Mastodon end def build_metadata - ENV.fetch('MASTODON_VERSION_METADATA', nil) + 'instrumental' end def to_a @@ -50,7 +50,7 @@ module Mastodon end def repository - ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon') + 'SWREI/high-school.band' end def source_base_url diff --git a/package.json b/package.json index 08fec7646..4744cbceb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/mastodon/mastodon.git" + "url": "https://github.com/SWREI/high-school.band.git" }, "private": true, "dependencies": {