custom version suffix
This commit is contained in:
parent
fecf2fa9ce
commit
ed60885340
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def suffix
|
def suffix
|
||||||
'+glitch'
|
'+glitch+skyevg'
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_a
|
def to_a
|
||||||
|
@ -33,7 +33,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def repository
|
def repository
|
||||||
ENV.fetch('GITHUB_REPOSITORY', 'glitch-soc/mastodon')
|
ENV.fetch('GITHUB_REPOSITORY', 'vgskye/glitchier-soc')
|
||||||
end
|
end
|
||||||
|
|
||||||
def source_base_url
|
def source_base_url
|
||||||
|
|
Loading…
Reference in a new issue