update GitHub project and home page for hub

It has moved to the GitHub organization.

Closes Homebrew/homebrew#21103.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mislav Marohnić 2013-07-09 22:53:02 +02:00 committed by Adam Vandenberg
parent 8b5ce2bb73
commit 8b804975e5

View file

@ -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}"