From cc5e7a1932b235733824b0d6bba47b6761a6835d Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sat, 10 Aug 2013 09:09:52 -0400 Subject: [PATCH] Use the GitHub URL as the Gem homepage Rather than link out to http://pages.github.com from Rubygems.org, point the gem homepage at the Gem repo to encourage developers to contribute to the project. Changes are, they probably already know what Pages is if they're look at the Gem. If not, well, they should. --- github-pages.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-pages.gemspec b/github-pages.gemspec index 2c676065..edc1736d 100644 --- a/github-pages.gemspec +++ b/github-pages.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.description = "Bootstrap the GitHub Pages Jekyll environment locally." s.authors = "GitHub, Inc." s.email = "support@github.com" - s.homepage = "http://pages.github.com" + s.homepage = "https://github.com/github/pages-gem" s.license = "MIT" # Note to future Hubbers: Update the help docs if you bump the dependency versions