diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index b27c6dc104..1656134e2f 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -50,11 +50,11 @@ module Mastodon end def repository - ENV.fetch('GITHUB_REPOSITORY', 'CloudToys/YuruToot') + ENV.fetch('GITHUB_REPOSITORY', 'CloudToys/puyopuyotetr.is') end def source_base_url - ENV.fetch('SOURCE_BASE_URL', "https://github.com/#{repository}") + ENV.fetch('SOURCE_BASE_URL', "https://git.psec.dev/#{repository}") end # specify git tag or commit hash here