module Jeweler::Generator::GithubMixin

def homepage

def homepage
  @homepage ||= "http://github.com/#{github_username}/#{project_name}"
end