diff options
| author | Mike McQuaid | 2013-12-14 18:13:11 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-14 18:18:35 +0000 |
| commit | 4c2e7b165912c109cd73fdf70aa6c4e92306a70f (patch) | |
| tree | 6cba0c94b12cb193adcf8328efc0c7c92d63f486 /Library/Homebrew/cmd/create.rb | |
| parent | 3656f595089d9c6c5f0ece8e5a1cee59667d79d8 (diff) | |
| download | brew-4c2e7b165912c109cd73fdf70aa6c4e92306a70f.tar.bz2 | |
Update docs, comment mxcl/homebrew refs.
Diffstat (limited to 'Library/Homebrew/cmd/create.rb')
| -rw-r--r-- | Library/Homebrew/cmd/create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index 06d45555d..daca31e8e 100644 --- a/Library/Homebrew/cmd/create.rb +++ b/Library/Homebrew/cmd/create.rb @@ -117,7 +117,7 @@ class FormulaCreator def template; <<-EOS.undent require 'formula' - # Documentation: https://github.com/mxcl/homebrew/wiki/Formula-Cookbook + # Documentation: https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook # #{HOMEBREW_CONTRIB}/example-formula.rb # PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! |
