From e00ffb8d5a038bb825034437ab664939c865c115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Tue, 20 Mar 2012 23:36:13 +0100 Subject: [PATCH] gemspec: update homepage and email --- hub.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hub.gemspec b/hub.gemspec index 80cd5ff0..ed8a1a7a 100644 --- a/hub.gemspec +++ b/hub.gemspec @@ -5,8 +5,8 @@ Gem::Specification.new do |s| s.name = "hub" s.version = Hub::VERSION s.summary = "Command-line wrapper for git and GitHub" - s.homepage = "https://github.com/defunkt/hub" - s.email = "chris@ozmm.org" + s.homepage = "http://defunkt.io/hub/" + s.email = "mislav.marohnic@gmail.com" s.authors = [ "Chris Wanstrath", "Mislav Marohnić" ] s.add_development_dependency 'rake' -- GitLab