brew/Library/Homebrew/tap_migrations.rb

11 lines
308 B
Ruby
Raw Normal View History

2013-10-29 17:44:12 -04:00
TAP_MIGRATIONS = {
'octave' => 'homebrew/science',
'grads' => 'homebrew/binary',
'denyhosts' => 'homebrew/boneyard',
2013-11-18 09:55:02 -06:00
'ipopt' => 'homebrew/science',
'qfits' => 'homebrew/boneyard',
'blackbox' => 'homebrew/boneyard',
2013-11-18 22:40:35 -08:00
'libgtextutils' => 'homebrew/science',
2013-11-19 00:52:30 -06:00
'syslog-ng' => 'homebrew/boneyard',
2013-10-29 17:44:12 -04:00
}