Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places

This commit is contained in:
Effy Elden
2017-01-11 13:24:14 +11:00
parent 4292cf60ae
commit f876a8681d
4 changed files with 12 additions and 12 deletions

View File

@ -6,6 +6,6 @@
.footer
%span.domain= link_to Rails.configuration.x.local_domain, root_path
%span.powered-by
= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/Gargron/mastodon')).html_safe
= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon')).html_safe
= render template: "layouts/application"