Skip to content

Commit

Permalink
Update the homepage URL in the gemspec
Browse files Browse the repository at this point in the history
Follow up to a044046 and
29ab3ef.
  • Loading branch information
koic committed Aug 28, 2021
1 parent a84e3c7 commit c3fd962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guard-rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = 'Guard plugin for RuboCop'
spec.description = 'Guard::RuboCop automatically checks Ruby code style with RuboCop ' \
'when files are modified.'
spec.homepage = 'https://github.com/rubocop-hq/guard-rubocop'
spec.homepage = 'https://github.com/rubocop/guard-rubocop'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.5'
Expand Down

0 comments on commit c3fd962

Please # to comment.