diff --git a/guard.gemspec b/guard.gemspec index 99702bb..56215e0 100644 --- a/guard.gemspec +++ b/guard.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ['Thibaud Guillaume-Gentil'] s.email = ['thibaud@thibaud.me'] - s.homepage = 'http://rubygems.org/gems/guard' + s.homepage = 'https://github.com/guard/guard' s.summary = 'Guard keeps an eye on your file modifications' s.description = 'Guard is a command line tool to easily handle events on file system modifications.'