link to our specific code repository

master
Awoo Space 2017-11-09 06:18:17 +00:00 committed by Noiob
parent d7c3c44dca
commit c936e2cc96
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# frozen_string_literal: true
module Mastodon
module Version
module_function
def source_base_url
'https://github.com/vahnj/mastodon'
end
end
end