diff options
Diffstat (limited to 'Library/Formula/alure.rb')
| -rw-r--r-- | Library/Formula/alure.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/alure.rb b/Library/Formula/alure.rb index 02d947fbe..269a42e6d 100644 --- a/Library/Formula/alure.rb +++ b/Library/Formula/alure.rb @@ -16,7 +16,7 @@ class Alure < Formula    def install      # fix a broken include flags line, which fixes a build error.      # Not reported upstream. -    # https://github.com/mxcl/homebrew/pull/6368 +    # https://github.com/Homebrew/homebrew/pull/6368      inreplace 'CMakeLists.txt', '${VORBISFILE_CFLAGS}',                                  %x[pkg-config --cflags vorbisfile].chomp | 
