aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/help2man.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-12-14 18:13:11 +0000
committerMike McQuaid2013-12-14 18:18:35 +0000
commit3c86d2b8ffdcb854c88553c86b7911dfbb9766db (patch)
tree34579ec2c40222d1f235843e9f6de49d5f9ecb66 /Library/Formula/help2man.rb
parent71cba833abc3491edb4fcee5fa1a4c81fe7c6a49 (diff)
downloadhomebrew-3c86d2b8ffdcb854c88553c86b7911dfbb9766db.tar.bz2
Update docs, comment mxcl/homebrew refs.
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}"