diff options
Diffstat (limited to 'Library/Formula/weechat.rb')
| -rw-r--r-- | Library/Formula/weechat.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb index 8676bede6..36d3c9207 100644 --- a/Library/Formula/weechat.rb +++ b/Library/Formula/weechat.rb @@ -38,7 +38,7 @@ class Weechat < Formula args << '-DENABLE_GUILE=OFF' unless build.with? 'guile' # NLS/gettext support disabled for now since it doesn't work in stdenv - # see https://github.com/mxcl/homebrew/issues/18722 + # see https://github.com/Homebrew/homebrew/issues/18722 args << "-DENABLE_NLS=OFF" args << '..' |
