diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 04b904c5d7..f45173f672 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -6,6 +6,7 @@ TAP_MIGRATIONS = { "colormake" => "homebrew/headonly", "comparepdf" => "homebrew/boneyard", "denyhosts" => "homebrew/boneyard", + "dotwrp" => "homebrew/science", "drizzle" => "homebrew/boneyard", "grads" => "homebrew/binary", "ipopt" => "homebrew/science", @@ -21,6 +22,8 @@ TAP_MIGRATIONS = { "octave" => "homebrew/science", "opencv" => "homebrew/science", "qfits" => "homebrew/boneyard", + "qrupdate" => "homebrew/science", + "slicot" => "homebrew/science", "syslog-ng" => "homebrew/boneyard", "urweb" => "homebrew/boneyard", "wkhtmltopdf" => "homebrew/boneyard",