brew/Library/Homebrew/official_taps.rb
Mike McQuaid e12c1db231 official_taps: remove homebrew/gui.
This was deprecated and had all formulae removed in:
https://github.com/Homebrew/homebrew-gui/pull/52
2017-01-23 15:04:01 +00:00

21 lines
273 B
Ruby

OFFICIAL_TAPS = %w[
apache
completions
dupes
emacs
fuse
games
nginx
php
python
science
tex
x11
].freeze
OFFICIAL_CMD_TAPS = {
"homebrew/bundle" => ["bundle"],
"homebrew/test-bot" => ["test-bot"],
"homebrew/services" => ["services"],
}.freeze