Rebranding

This commit is contained in:
InterSocial 2023-06-07 18:47:08 -04:00
parent b9f92514eb
commit 18f752ebea

View file

@ -21,7 +21,7 @@ module Mastodon
end
def suffix
"+glitch#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}"
"+HR#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}"
end
def to_a
@ -33,11 +33,11 @@ module Mastodon
end
def repository
ENV.fetch('GITHUB_REPOSITORY', 'glitch-soc/mastodon')
ENV.fetch('GITHUB_REPOSITORY', 'MastoHr/MastoHr')
end
def source_base_url
ENV.fetch('SOURCE_BASE_URL', "https://github.com/#{repository}")
ENV.fetch('SOURCE_BASE_URL', "https://giteahub.com/#{repository}")
end
# specify git tag or commit hash here