Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Revert "Rename gem fork"
Browse files Browse the repository at this point in the history
This reverts commit d439a71.
  • Loading branch information
brittanydmiller committed Oct 20, 2021
1 parent d439a71 commit d88c8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniauth-slack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
require File.expand_path('../lib/omniauth-slack/version', __FILE__)

Gem::Specification.new do |spec|
spec.name = 'mode-omniauth-slack'
spec.name = 'ginjo-omniauth-slack'
spec.version = OmniAuth::Slack::VERSION
spec.authors = ['kimura', 'ginjo']
spec.email = ['[email protected]', '[email protected]']
spec.description = %q{OmniAuth strategy for Slack}
spec.summary = %q{OmniAuth strategy for Slack, based on OAuth2 and OmniAuth}
spec.homepage = 'https://github.com/mode/omniauth-slack.git'
spec.homepage = 'https://github.com/ginjo/omniauth-slack.git'
spec.license = 'MIT'

spec.files = `git ls-files`.split($/)
Expand Down

0 comments on commit d88c8c9

Please sign in to comment.