diff options
Diffstat (limited to 'Library/Formula/automake.rb')
| -rw-r--r-- | Library/Formula/automake.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb index ee9b125cf..389d23604 100644 --- a/Library/Formula/automake.rb +++ b/Library/Formula/automake.rb @@ -26,7 +26,7 @@ class Automake < Formula      system "make install"      # Our aclocal must go first. See: -    # https://github.com/mxcl/homebrew/issues/10618 +    # https://github.com/Homebrew/homebrew/issues/10618      (share/"aclocal/dirlist").write <<-EOS.undent        #{HOMEBREW_PREFIX}/share/aclocal        /usr/share/aclocal | 
