0
0

chore: change version metadata

This commit is contained in:
オスカー、 2024-09-27 18:58:32 +09:00
parent 1e64472343
commit 5592c408ac
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
3 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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

View File

@ -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": {