From c3fd962079581185b35ff298a36e3b6d0b79529b Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 28 Aug 2021 12:32:28 +0900 Subject: [PATCH] Update the homepage URL in the gemspec Follow up to https://github.com/rubocop/guard-rubocop/commit/a044046 and https://github.com/rubocop/guard-rubocop/commit/29ab3ef. --- guard-rubocop.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guard-rubocop.gemspec b/guard-rubocop.gemspec index 21a4f4f..552520d 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/rubocop-hq/guard-rubocop' + spec.homepage = 'https://github.com/rubocop/guard-rubocop' spec.license = 'MIT' spec.required_ruby_version = '>= 2.5'