From 02eb3a9095fd50a574e8fe2f19deeecc7d9d15bb Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Mon, 29 Jul 2013 19:48:13 -0400 Subject: [PATCH] Switch to github's .io domain for static sites. Because of this: https://github.com/blog/1452-new-github-pages-domain-github-io --- middleman-deploy.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleman-deploy.gemspec b/middleman-deploy.gemspec index b92f4f8..ad61308 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.com/middleman-deploy/" + s.homepage = "http://tvaughan.github.io/middleman-deploy/" s.summary = Middleman::Deploy::TAGLINE s.description = Middleman::Deploy::TAGLINE s.license = "MIT"