From a044046b16cdfbf02b378b38b94c90d36ed4da10 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 27 Oct 2020 09:29:04 +0200 Subject: [PATCH] Update the homepage in the gemspec --- guard-rubocop.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'