diff --git a/guard-rubocop.gemspec b/guard-rubocop.gemspec index 0ae2ca5..09bdc4a 100644 --- a/guard-rubocop.gemspec +++ b/guard-rubocop.gemspec @@ -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'