aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/w3m.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/w3m.rb')
-rw-r--r--Library/Formula/w3m.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/w3m.rb b/Library/Formula/w3m.rb
index c1a0b502c..72c6ba389 100644
--- a/Library/Formula/w3m.rb
+++ b/Library/Formula/w3m.rb
@@ -20,7 +20,7 @@ class W3m < Formula
def install
system "./configure", "--prefix=#{prefix}", "--disable-image"
# Race condition in build reported in:
- # https://github.com/mxcl/homebrew/issues/12854
+ # https://github.com/Homebrew/homebrew/issues/12854
ENV.j1 #
system "make install"
end