diff options
Diffstat (limited to 'Library/Formula/yasm.rb')
| -rw-r--r-- | Library/Formula/yasm.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb index fe3823555..9390404ec 100644 --- a/Library/Formula/yasm.rb +++ b/Library/Formula/yasm.rb @@ -17,7 +17,7 @@ class Yasm < Formula    depends_on 'Cython' => :python if build.with? 'python'    def install -    # https://github.com/mxcl/homebrew/pull/19593 +    # https://github.com/Homebrew/homebrew/pull/19593      ENV.deparallelize      args = %W[        --disable-debug | 
