diff options
| author | Mislav Marohnić | 2013-07-09 22:53:02 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-09 20:50:41 -0700 |
| commit | 0c3002de772ec2116399fd02a8655cb7c159d1eb (patch) | |
| tree | 04dd42986283bde8c07ea9edddf2212d3958c7fd | |
| parent | d9aa5e3bcaff592185847ccdbccf0292820a222c (diff) | |
| download | homebrew-0c3002de772ec2116399fd02a8655cb7c159d1eb.tar.bz2 | |
update GitHub project and home page for hub
It has moved to the GitHub organization.
Closes #21103.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/hub.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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}" |
