Merge pull request #415 from ThibG/glitch-soc/fixes/source-url
Point to glitch-soc source and not tootsuite on the public page
This commit is contained in:
commit
8a082d8735
|
@ -33,7 +33,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def source_base_url
|
def source_base_url
|
||||||
'https://github.com/tootsuite/mastodon'
|
'https://github.com/glitch-soc/mastodon'
|
||||||
end
|
end
|
||||||
|
|
||||||
# specify git tag or commit hash here
|
# specify git tag or commit hash here
|
||||||
|
|
Reference in New Issue