fix source url

master
an 2019-08-16 08:59:35 -04:00
parent 8fd79f12ca
commit 80f6234ea5
2 changed files with 2 additions and 2 deletions

View File

@ -600,7 +600,7 @@ and provided thanks to the work of the following contributors:
* [艮 鮟鱇](mailto:ushitora_anqou@yahoo.co.jp)
* [西小倉宏信](mailto:nishiko@mindia.jp)
* [雨宮美羽](mailto:k737566@gmail.com)
* [Alison Watson](https://github.com/marrub--)
* [Alison Watson](https://greyserv.net/)
This document is provided for informational purposes only. Since it is only updated once per release, the version you are looking at may be currently out of date. To see the full list of contributors, consider looking at the [git history](https://github.com/tootsuite/mastodon/graphs/contributors) instead.

View File

@ -3,7 +3,7 @@ module Mastodon
module Version
module_function
def source_base_url
'https://github.com/marrub--/mastodon'
'https://git.greyserv.net/marrub/mastodon'
end
end
end