diff --git a/hitchens.gemspec b/hitchens.gemspec index 6597dd8..5987548 100644 --- a/hitchens.gemspec +++ b/hitchens.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.email = ["hello@patdryburgh.com"] spec.summary = "An inarguably well-designed theme for Jekyll." - spec.homepage = "http://patdryburgh.com/hitchens" + spec.homepage = "https://github.com/patdryburgh/hitchens" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }