Skip to content

Commit

Permalink
Update the homepage in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 27, 2020
1 parent df93bcb commit a044046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guard-rubocop.gemspec
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/yujinakayama/guard-rubocop'
spec.homepage = 'https://github.com/rubocop-hq/guard-rubocop'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.4'
Expand Down

0 comments on commit a044046

Please sign in to comment.