aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorMisty De Meo2012-12-27 21:54:54 -0400
committerMisty De Meo2012-12-27 21:55:15 -0400
commit2c2caf7cf01bc648d88133dc63fa536846693738 (patch)
treee8f5531d7841348f09ec29f3690ddd02610e1896 /Library/Homebrew/cmd/install.rb
parentb004beb826da99aee015e4058848c55805640337 (diff)
downloadhomebrew-2c2caf7cf01bc648d88133dc63fa536846693738.tar.bz2
Replace sceaga/homebrew with mistydemeo/tigerbrew
@sceaga has discontinued his homebrew fork, so tigerbrew is now PPC/ Tiger users' best bet.
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-rw-r--r--Library/Homebrew/cmd/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index 34114e4ae..90acb0774 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -29,7 +29,7 @@ module Homebrew extend self
case Hardware.cpu_type when :ppc, :dunno
abort <<-EOS.undent
Sorry, Homebrew does not support your computer's CPU architecture.
- For PPC support, see: http://github.com/sceaga/homebrew/tree/powerpc
+ For PPC support, see: https://github.com/mistydemeo/tigerbrew
EOS
end
end