diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 344ea996efb38098fe4a71e9e1376979932cb955..e84a2fd873b28ea521937bffd227973851e3d4ae 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -17,7 +17,7 @@ module Mastodon end def flags - '' + '-qoto' end def suffix @@ -33,11 +33,11 @@ module Mastodon end def repository - ENV.fetch('GITHUB_REPOSITORY') { 'tootsuite/mastodon' } + ENV.fetch('GITHUB_REPOSITORY') { 'qoto/qoto-groups' } end def source_base_url - ENV.fetch('SOURCE_BASE_URL') { "https://github.com/#{repository}" } + ENV.fetch('SOURCE_BASE_URL') { "https://git.qoto.org/#{repository}" } end # specify git tag or commit hash here @@ -47,7 +47,7 @@ module Mastodon def source_url if source_tag - "#{source_base_url}/tree/#{source_tag}" + "#{source_base_url}/-/tree/#{source_tag}" else source_base_url end