aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gmp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gmp.rb')
-rw-r--r--Library/Formula/gmp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb
index 86f05d6e9..886877f9c 100644
--- a/Library/Formula/gmp.rb
+++ b/Library/Formula/gmp.rb
@@ -31,7 +31,7 @@ class Gmp < Formula
if build.build_32_bit?
ENV.m32
ENV.append 'ABI', '32'
- # https://github.com/mxcl/homebrew/issues/20693
+ # https://github.com/Homebrew/homebrew/issues/20693
args << "--disable-assembly"
elsif build.bottle?
args << "--disable-assembly"