From 0c3002de772ec2116399fd02a8655cb7c159d1eb Mon Sep 17 00:00:00 2001 From: Mislav Marohnić Date: Tue, 9 Jul 2013 22:53:02 +0200 Subject: update GitHub project and home page for hub It has moved to the GitHub organization. Closes #21103. Signed-off-by: Adam Vandenberg --- Library/Formula/hub.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 0ef8ef6b5..b2149f3df 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,10 +1,10 @@ require 'formula' class Hub < Formula - homepage 'http://defunkt.io/hub/' - url 'https://github.com/defunkt/hub/archive/v1.10.6.tar.gz' + homepage 'http://github.github.com/hub/' + url 'https://github.com/github/hub/archive/v1.10.6.tar.gz' sha1 'e29d158c65a10ef3889f4af438bf1fb50fbd0536' - head 'https://github.com/defunkt/hub.git' + head 'https://github.com/github/hub.git' def install rake "install", "prefix=#{prefix}" -- cgit v1.2.3