diff options
| author | Scott Reeves | 2014-08-28 08:49:24 -0400 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-28 13:59:31 +0100 |
| commit | 129c8923e378e7e2945e48de88166c6731e78280 (patch) | |
| tree | 041548b03501ea1581de0d32a4a1f6ff8335baca /Library/Formula | |
| parent | 906f699634a085ef53054e815706bb09255ae7b6 (diff) | |
| download | homebrew-129c8923e378e7e2945e48de88166c6731e78280.tar.bz2 | |
virtualhost.sh: point to new GitHub organization.
Closes #31942.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/virtualhost.sh.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/virtualhost.sh.rb b/Library/Formula/virtualhost.sh.rb index 0f607afc1..8e9f54fcf 100644 --- a/Library/Formula/virtualhost.sh.rb +++ b/Library/Formula/virtualhost.sh.rb @@ -1,11 +1,11 @@ require 'formula' class VirtualhostSh < Formula - homepage 'https://github.com/pgib/virtualhost.sh' - url 'https://github.com/pgib/virtualhost.sh/archive/1.31.tar.gz' + homepage 'https://github.com/virtualhost/virtualhost.sh' + url 'https://github.com/virtualhost/virtualhost.sh/archive/1.31.tar.gz' sha1 '25954027dbed14843123bea4efd498cd2abfc4a0' - head 'https://github.com/pgib/virtualhost.sh.git' + head 'https://github.com/virtualhost/virtualhost.sh.git' def install bin.install 'virtualhost.sh' |
