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

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