From f11f09231528d519ba1efde6ee1ed06c28f7e368 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Fri, 30 Oct 2020 14:20:42 -0400 Subject: [PATCH] Updated version and repository location. --- lib/mastodon/version.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 344ea996ef..e84a2fd873 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 -- GitLab