From 2b1842f844073089da93b80252eff759ab574e06 Mon Sep 17 00:00:00 2001 From: masarakki Date: Thu, 1 Mar 2018 00:24:46 +0900 Subject: [PATCH] fix-homepage (#3) --- omniauth-mastodon.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-mastodon.gemspec b/omniauth-mastodon.gemspec index 6a50e00..c2bca21 100644 --- a/omniauth-mastodon.gemspec +++ b/omniauth-mastodon.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.email = "eugen@zeonfederated.com" spec.description = "OmniAuth Strategy for Mastodon" spec.summary = spec.description - spec.homepage = "https://github.com/Gargron/omniauth-mastodon" + spec.homepage = "https://github.com/tootsuite/omniauth-mastodon" spec.licenses = %w(MIT) spec.files = %w(omniauth-mastodon.gemspec) + Dir['lib/**/*.rb'] spec.name = "omniauth-mastodon"