aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml2.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-12-14 18:13:11 +0000
committerMike McQuaid2013-12-14 18:18:35 +0000
commit3c86d2b8ffdcb854c88553c86b7911dfbb9766db (patch)
tree34579ec2c40222d1f235843e9f6de49d5f9ecb66 /Library/Formula/libxml2.rb
parent71cba833abc3491edb4fcee5fa1a4c81fe7c6a49 (diff)
downloadhomebrew-3c86d2b8ffdcb854c88553c86b7911dfbb9766db.tar.bz2
Update docs, comment mxcl/homebrew refs.
Diffstat (limited to 'Library/Formula/libxml2.rb')
-rw-r--r--Library/Formula/libxml2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb
index 0f64ebd42..79133b5cb 100644
--- a/Library/Formula/libxml2.rb
+++ b/Library/Formula/libxml2.rb
@@ -8,7 +8,7 @@ class Libxml2 < Formula
mirror 'http://xmlsoft.org/sources/libxml2-2.9.1.tar.gz'
sha256 'fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb'
- # 2.9.1 cannot build with Python 2.6: https://github.com/mxcl/homebrew/issues/20249
+ # 2.9.1 cannot build with Python 2.6: https://github.com/Homebrew/homebrew/issues/20249
if MacOS.version <= :snow_leopard
depends_on :python => ["2.7", :optional]
else