aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lua.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/lua.rb
parent71cba833abc3491edb4fcee5fa1a4c81fe7c6a49 (diff)
downloadhomebrew-3c86d2b8ffdcb854c88553c86b7911dfbb9766db.tar.bz2
Update docs, comment mxcl/homebrew refs.
Diffstat (limited to 'Library/Formula/lua.rb')
-rw-r--r--Library/Formula/lua.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lua.rb b/Library/Formula/lua.rb
index 970dafe41..060dfd001 100644
--- a/Library/Formula/lua.rb
+++ b/Library/Formula/lua.rb
@@ -17,7 +17,7 @@ class Lua < Formula
option 'without-sigaction', 'Revert to ANSI signal instead of improved POSIX sigaction'
# Be sure to build a dylib, or else runtime modules will pull in another static copy of liblua = crashy
- # See: https://github.com/mxcl/homebrew/pull/5043
+ # See: https://github.com/Homebrew/homebrew/pull/5043
def patches
p = [DATA]
# sigaction provided by posix signalling power patch from