From 80f6234ea529f7a6e5c15dc3b2827567b87f5431 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 16 Aug 2019 08:59:35 -0400 Subject: [PATCH] fix source url --- AUTHORS.md | 2 +- config/initializers/source.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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