Skip to content

Commit c637490

Browse files
authored
Merge pull request #7 from omniauth/jy-moved-repo
Update gemspec for new location
2 parents 8e2ee9d + 010c1ad commit c637490

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

omniauth-atlassian-oauth2.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Gem::Specification.new do |gem|
1111
gem.license = 'MIT'
1212
gem.summary = %(An Atlassian OAuth2 strategy for OmniAuth 1.x)
1313
gem.description = %(An Atlassian OAuth2 strategy for OmniAuth 1.x. This allows you to login to Atlassian with your ruby app.)
14-
gem.authors = ['Ben Standefer']
15-
gem.email = ['benstandefer@gmail.com']
16-
gem.homepage = 'https://github.com/aguynamedben/omniauth-atlassian-oauth2'
14+
gem.authors = ['Ben Standefer', 'Jessie A. Young']
15+
gem.email = ['benstandefer@gmail.com', 'jessieyoung@gitlab.com']
16+
gem.homepage = 'https://github.com/omniauth/omniauth-atlassian-oauth2'
1717

1818
gem.files = `git ls-files`.split("\n")
1919
gem.require_paths = ['lib']

0 commit comments

Comments
 (0)