about summary refs log tree commit diff
path: root/app/views/layouts/public.html.haml
diff options
context:
space:
mode:
authorEffy Elden <git@effy.is>2017-01-11 13:24:14 +1100
committerEffy Elden <git@effy.is>2017-01-11 13:24:14 +1100
commitf876a8681d50dbff31a9ad9626ebd3df52e4c98b (patch)
treea50d2df0f771325eeba1411f3c8327565ef79de0 /app/views/layouts/public.html.haml
parent4292cf60ae6b12b689980bce06746fec602bcc57 (diff)
Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places
Diffstat (limited to 'app/views/layouts/public.html.haml')
-rw-r--r--app/views/layouts/public.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index e6de7d017..808fb0a0e 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -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"