diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 1bd0bc0ade..88a2dcc7ed 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -2,5 +2,6 @@ TAP_MIGRATIONS = { 'octave' => 'homebrew/science', 'grads' => 'homebrew/binary', 'denyhosts' => 'homebrew/boneyard', - 'ipopt' => 'homebrew/science' + 'ipopt' => 'homebrew/science', + 'qfits' => 'homebrew/boneyard', }