From f8c7031f23aeb3bcca2d1af9e1292581211b66fa Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Sun, 8 Apr 2018 15:43:26 +0200 Subject: [PATCH] Point to glitch-soc source and not tootsuite on the public page (hello AGPLv3) --- lib/mastodon/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index a6927eec31..1d63048645 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