Skip to content

Commit

Permalink
change repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
ciao1092 committed Feb 28, 2024
1 parent 0ba49dd commit 8a9641b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mastodon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def gem_version
end

def repository
ENV.fetch('GITHUB_REPOSITORY', 'glitch-soc/mastodon')
ENV.fetch('GITHUB_REPOSITORY', 'ciao1092/mastodon.galileivr.org')
end

def source_base_url
Expand Down
2 changes: 1 addition & 1 deletion spec/presenters/instance_presenter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
end

it 'defaults to the core glitch-soc repo URL' do
expect(instance_presenter.source_url).to eq('https://github.com/glitch-soc/mastodon')
expect(instance_presenter.source_url).to eq('https://github.com/ciao1092/mastodon.galileivr.org')
end
end
end
Expand Down

0 comments on commit 8a9641b

Please sign in to comment.