aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb
index 1625e26d9..d3c32b079 100644
--- a/Library/Homebrew/test/test_formula.rb
+++ b/Library/Homebrew/test/test_formula.rb
@@ -156,7 +156,7 @@ class FormulaTests < Test::Unit::TestCase
mirror 'file:///foo.org/testball-0.1.tbz'
sha1 TEST_SHA1
- head 'https://github.com/mxcl/homebrew.git', :tag => 'foo'
+ head 'https://github.com/Homebrew/homebrew.git', :tag => 'foo'
devel do
url 'file:///foo.com/testball-0.2.tbz'