aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/help2man.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/help2man.rb')
-rw-r--r--Library/Formula/help2man.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/help2man.rb b/Library/Formula/help2man.rb
index 192bce2b5..db5c7b35a 100644
--- a/Library/Formula/help2man.rb
+++ b/Library/Formula/help2man.rb
@@ -8,7 +8,7 @@ class Help2man < Formula
def install
# install is not parallel safe
- # see https://github.com/mxcl/homebrew/issues/12609
+ # see https://github.com/Homebrew/homebrew/issues/12609
ENV.j1
system "./configure", "--prefix=#{prefix}"