From 30f346447c8404fcc0288b422a577f2a511773a5 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 8 Dec 2014 14:44:15 -0800 Subject: [PATCH] itsol, salt: move to homebrew/science Closes Homebrew/homebrew#34777. --- Library/Homebrew/tap_migrations.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 3189204a93..1a8e43b32f 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -32,6 +32,7 @@ TAP_MIGRATIONS = { "hugs98" => "homebrew/boneyard", "hwloc" => "homebrew/science", "ipopt" => "homebrew/science", + "itsol" => "homebrew/science", "iulib" => "homebrew/boneyard", "jscoverage" => "homebrew/boneyard", "jsl" => "homebrew/binary", @@ -61,6 +62,7 @@ TAP_MIGRATIONS = { "qfits" => "homebrew/boneyard", "qrupdate" => "homebrew/science", "shark" => "homebrew/boneyard", + "salt" => "homebrew/science", "slicot" => "homebrew/science", "solfege" => "homebrew/boneyard", "sundials" => "homebrew/science",