Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
update GitHub project and home page for hub
Browse files Browse the repository at this point in the history
It has moved to the GitHub organization.

Closes #21103.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
mislav authored and adamv committed Jul 10, 2013
1 parent d9aa5e3 commit 0c3002d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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}"
Expand Down

0 comments on commit 0c3002d

Please sign in to comment.