From d4fe64f1a767495fcd506b4f9ce80fecbf0d0c7e Mon Sep 17 00:00:00 2001 From: Josh Brody Date: Sat, 18 Jul 2020 10:29:14 -0500 Subject: [PATCH] Fix homepage --- good_job.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/good_job.gemspec b/good_job.gemspec index 76fa5e167..de17879c4 100644 --- a/good_job.gemspec +++ b/good_job.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| spec.license = "MIT" spec.authors = ["Ben Sheldon"] spec.email = ["bensheldon@gmail.com"] - spec.homepage = "https://github.com/benheldon/good_job" + spec.homepage = "https://github.com/bensheldon/good_job" spec.metadata = { "bug_tracker_uri" => "https://github.com/bensheldon/good_job/issues", "changelog_uri" => "https://github.com/bensheldon/good_job/blob/master/CHANGELOG.md",