Skip to content

Commit e5d00d1

Browse files
committed
Update contact details in gemspec
1 parent 9df5b91 commit e5d00d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

omniauth-identity.gemspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ Gem::Specification.new do |gem|
2121
gem.version = OmniAuth::Identity::VERSION
2222
gem.description = %q{Internal authentication handlers for OmniAuth.}
2323
gem.summary = gem.description
24-
gem.email = ['[email protected]']
25-
gem.homepage = 'http://github.com/intridea/omniauth-identity'
26-
gem.authors = ['Michael Bleigh']
24+
gem.homepage = 'http://github.com/omniauth/omniauth-identity'
25+
gem.authors = ['Andrew Roberts', 'Michael Bleigh']
2726
gem.license = 'MIT'
2827
gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
2928
gem.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)