aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/official_taps.rb
blob: 35295c1e8d7ca422c006a85fd7520aad571b4a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OFFICIAL_TAPS = %w[
  apache
  dupes
  emacs
  fuse
  nginx
  php
  science
  tex
].freeze

OFFICIAL_CMD_TAPS = {
  "homebrew/bundle" => ["bundle"],
  "homebrew/test-bot" => ["test-bot"],
  "homebrew/services" => ["services"],
}.freeze