aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2012-12-27 21:54:54 -0400
committerMisty De Meo2012-12-27 21:55:15 -0400
commit1bce10ad6caa96614a770e1e1de86ffb25215e42 (patch)
tree9967c20a35e4ff997778dfcdee31028f579a296a
parentd6299af86c6f8304f629184298114ef244e52bd8 (diff)
downloadbrew-1bce10ad6caa96614a770e1e1de86ffb25215e42.tar.bz2
Replace sceaga/homebrew with mistydemeo/tigerbrew
@sceaga has discontinued his homebrew fork, so tigerbrew is now PPC/ Tiger users' best bet.
-rw-r--r--Library/Homebrew/cmd/install.rb2
-rwxr-xr-xbin/brew2
2 files changed, 2 insertions, 2 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
diff --git a/bin/brew b/bin/brew
index e495c9c44..1ade4c30b 100755
--- a/bin/brew
+++ b/bin/brew
@@ -38,7 +38,7 @@ end
if MACOS and MACOS_VERSION < 10.5
abort <<-EOABORT.undent
Homebrew requires Leopard or higher. For Tiger support, see:
- http://github.com/sceaga/homebrew/tree/tiger
+ https://github.com/mistydemeo/tigerbrew
EOABORT
end