mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Update homepage
This commit is contained in:
parent
1cc1cf4b28
commit
b9bc3bb9de
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|||
spec.description = 'A generalized Rack framework for multiple-provider authentication.'
|
||||
spec.email = ['michael@intridea.com', 'sferik@gmail.com', 'tmilewski@gmail.com']
|
||||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('spec/') }
|
||||
spec.homepage = 'http://github.com/intridea/omniauth'
|
||||
spec.homepage = 'https://github.com/omniauth/omniauth'
|
||||
spec.licenses = %w(MIT)
|
||||
spec.name = 'omniauth'
|
||||
spec.require_paths = %w(lib)
|
||||
|
|
Loading…
Reference in a new issue