aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gfortran.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gfortran.rb')
-rw-r--r--Library/Formula/gfortran.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb
index 52e8797bf..31032d13a 100644
--- a/Library/Formula/gfortran.rb
+++ b/Library/Formula/gfortran.rb
@@ -62,7 +62,7 @@ class Gfortran < Formula
'--disable-nls'
]
- # https://github.com/mxcl/homebrew/issues/19584#issuecomment-19661219
+ # https://github.com/Homebrew/homebrew/issues/19584#issuecomment-19661219
if build.include? 'enable-multilib' and MacOS.prefer_64_bit?
args << '--enable-multilib'
else