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

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