From 4f03a0eaa1ffdc6f13227de2791dbcd5788cea0b Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Sat, 21 Sep 2013 13:21:15 -0300 Subject: [PATCH] Prefer README.md over the GitHub pages site. --- middleman-deploy.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleman-deploy.gemspec b/middleman-deploy.gemspec index ad61308..6695512 100644 --- a/middleman-deploy.gemspec +++ b/middleman-deploy.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["Tom Vaughan"] s.email = ["thomas.david.vaughan@gmail.com"] - s.homepage = "http://tvaughan.github.io/middleman-deploy/" + s.homepage = "http://github.com/tvaughan/middleman-deploy" s.summary = Middleman::Deploy::TAGLINE s.description = Middleman::Deploy::TAGLINE s.license = "MIT"