aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/squirrel.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/squirrel.rb
parent71cba833abc3491edb4fcee5fa1a4c81fe7c6a49 (diff)
downloadhomebrew-3c86d2b8ffdcb854c88553c86b7911dfbb9766db.tar.bz2
Update docs, comment mxcl/homebrew refs.
Diffstat (limited to 'Library/Formula/squirrel.rb')
-rw-r--r--Library/Formula/squirrel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/squirrel.rb b/Library/Formula/squirrel.rb
index e3fba8af1..f1850f828 100644
--- a/Library/Formula/squirrel.rb
+++ b/Library/Formula/squirrel.rb
@@ -12,7 +12,7 @@ class Squirrel < Formula
prefix.install %w[bin include lib]
doc.install Dir['doc/*.pdf']
doc.install %w[etc samples]
- # See: https://github.com/mxcl/homebrew/pull/9977
+ # See: https://github.com/Homebrew/homebrew/pull/9977
(lib+'pkgconfig/libsquirrel.pc').write pc_file
end