diff options
| author | Xu Cheng | 2015-05-29 19:16:01 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-06-01 20:08:41 +0800 |
| commit | 938dc356c1ec51a0cd826d901ec58777c89493cb (patch) | |
| tree | 004187f05c75342419cdb806d9b72fdf45002556 /Library/Homebrew/official_taps.rb | |
| parent | 9382557a08f3983fbbe163e5c288b710f37bd2d5 (diff) | |
| download | brew-938dc356c1ec51a0cd826d901ec58777c89493cb.tar.bz2 | |
add official_taps
Diffstat (limited to 'Library/Homebrew/official_taps.rb')
| -rw-r--r-- | Library/Homebrew/official_taps.rb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Library/Homebrew/official_taps.rb b/Library/Homebrew/official_taps.rb new file mode 100644 index 000000000..1da0819d4 --- /dev/null +++ b/Library/Homebrew/official_taps.rb @@ -0,0 +1,17 @@ +OFFICIAL_TAPS = %w[ + apache + binary + completions + devel-only + dupes + fuse + games + head-only + nginx + php + python + science + tex + versions + x11 +] |
