mastodon/config/initializers/source.rb
2018-10-24 00:23:42 +00:00

10 lines
186 B
Ruby

# frozen_string_literal: true
module Mastodon
module Version
module_function
def source_base_url
'https://gitea.werefoxsoftware.com/shadow8t4/Mastodon'
end
end
end