From 2faeafd89dad0a7809ca83f056616fc74cdc6f0e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 28 Mar 2014 07:55:23 -0700 Subject: [PATCH] Migrate dotwrp, qrupdate, slicot to homebrew-science Closes Homebrew/homebrew#27743. --- Library/Homebrew/tap_migrations.rb | 3 +++ 1 file changed, 3 insertions(+) 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",