From 4b7957f4aed573c9d5b29752dce9bb55b5041353 Mon Sep 17 00:00:00 2001 From: Pat Dryburgh Date: Wed, 1 Aug 2018 10:06:10 -0700 Subject: [PATCH] update spec --- hitchens.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }