From 8bc3ff3a88e766d8ae4439f34148eb176dcac55a Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Sun, 22 Sep 2024 16:22:45 +0100 Subject: [PATCH] Update homepage url in gemspec --- omniauth-oauth.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-oauth.gemspec b/omniauth-oauth.gemspec index 9d2ba42..51d1343 100644 --- a/omniauth-oauth.gemspec +++ b/omniauth-oauth.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |gem| gem.email = ["michael@intridea.com", "sferik@gmail.com"] gem.description = "A generic OAuth (1.0/1.0a) strategy for OmniAuth." gem.summary = gem.description - gem.homepage = "https://github.com/intridea/omniauth-oauth" + gem.homepage = "https://github.com/omniauth/omniauth-oauth" gem.license = "MIT" gem.add_dependency "omniauth", ">= 1.0", "< 3"