From bb71538bb503159177d46d8956bd466973c0876b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 28 Jul 2018 19:25:33 +0200 Subject: Redesign public profiles and toots (#8068) --- lib/mastodon/version.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 04894d34d..093485111 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -32,8 +32,12 @@ module Mastodon [to_a.join('.'), flags].join end + def repository + 'tootsuite/mastodon' + end + def source_base_url - 'https://github.com/tootsuite/mastodon' + "https://github.com/#{repository}" end # specify git tag or commit hash here -- cgit