mastodon/config/initializers/source.rb

10 lines
170 B
Ruby
Raw Normal View History

2017-11-08 22:18:17 -08:00
# frozen_string_literal: true
module Mastodon
module Version
module_function
def source_base_url
2019-07-21 01:27:14 -07:00
'https://github.com/marrub--/mastodon'
2017-11-08 22:18:17 -08:00
end
end
end