diff --git a/AUTHORS.md b/AUTHORS.md index 169cc1127..42693bfc8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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. diff --git a/config/initializers/source.rb b/config/initializers/source.rb index 8a3d21015..2d28dc1ae 100644 --- a/config/initializers/source.rb +++ b/config/initializers/source.rb @@ -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