aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/protobuf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/protobuf.rb')
-rw-r--r--Library/Formula/protobuf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb
index c7dd07c1f..bd49789a5 100644
--- a/Library/Formula/protobuf.rb
+++ b/Library/Formula/protobuf.rb
@@ -16,7 +16,7 @@ class Protobuf < Formula
def install
# Don't build in debug mode. See:
- # https://github.com/mxcl/homebrew/issues/9279
+ # https://github.com/Homebrew/homebrew/issues/9279
# http://code.google.com/p/protobuf/source/browse/trunk/configure.ac#61
ENV.prepend 'CXXFLAGS', '-DNDEBUG'
ENV.universal_binary if build.universal?