From 5592c408ac7ac28d4520df64dc592aab0d9e062d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AC=B4=EB=9D=BC=EC=BF=A0=EB=AA=A8?= Date: Fri, 27 Sep 2024 18:58:32 +0900 Subject: [PATCH] chore: change version metadata --- app.json | 4 ++-- lib/mastodon/version.rb | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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": {