aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2013-12-14 18:14:50 +0000
committerMike McQuaid2013-12-14 18:18:35 +0000
commitd7c13f84b62d730389e72cf4283da1863993be5f (patch)
tree9103e417b7a211d1629d2ed51d14bdb378535acf /Library/Homebrew/test
parent4c2e7b165912c109cd73fdf70aa6c4e92306a70f (diff)
downloadbrew-d7c13f84b62d730389e72cf4283da1863993be5f.tar.bz2
Update string references to mxcl/homebrew.
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'