about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-04-08 18:18:00 -0500
committerGitHub <noreply@github.com>2018-04-08 18:18:00 -0500
commit8a082d8735cb5851cd1749b9fc151fa3db2d3788 (patch)
tree4414462e9ab68095d55f1cbaaf46a608082a36c6
parent3ab6a8b8bed37d048909b178693af8411325eb38 (diff)
parent88bcfaeb18182b780e4ea95174f02776a46400c5 (diff)
Merge pull request #415 from ThibG/glitch-soc/fixes/source-url
Point to glitch-soc source and not tootsuite on the public page
-rw-r--r--lib/mastodon/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index a6927eec3..1d6304864 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -33,7 +33,7 @@ module Mastodon
     end
 
     def source_base_url
-      'https://github.com/tootsuite/mastodon'
+      'https://github.com/glitch-soc/mastodon'
     end
 
     # specify git tag or commit hash here