repo metadata
This commit is contained in:
parent
890e178828
commit
fd439ee3ca
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def repository
|
def repository
|
||||||
ENV.fetch('GITHUB_REPOSITORY', 'vgskye/glitchier-soc')
|
ENV.fetch('GITHUB_REPOSITORY', 'me/glitchier-soc')
|
||||||
end
|
end
|
||||||
|
|
||||||
def source_base_url
|
def source_base_url
|
||||||
ENV.fetch('SOURCE_BASE_URL', "https://github.com/#{repository}")
|
ENV.fetch('SOURCE_BASE_URL', "https://git.skye.vg/#{repository}")
|
||||||
end
|
end
|
||||||
|
|
||||||
# specify git tag or commit hash here
|
# specify git tag or commit hash here
|
||||||
|
|
Loading…
Reference in a new issue