From 92c359c3e71f8641fe3ba0f14ebab7477022c40c Mon Sep 17 00:00:00 2001 From: Jack Nagel <jacknagel@gmail.com> Date: Tue, 20 May 2014 11:42:04 -0500 Subject: [PATCH] Move appswitch to homebrew-binary --- Library/Homebrew/tap_migrations.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 6c6810e1be..97cbcf970b 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -1,8 +1,9 @@ TAP_MIGRATIONS = { "agedu" => "homebrew/headonly", "aimage" => "homebrew/boneyard", - "aws-iam-tools" => "homebrew/boneyard", "apple-gcc42" => "homebrew/versions", + "appswitch" => "homebrew/binary", + "aws-iam-tools" => "homebrew/boneyard", "blackbox" => "homebrew/boneyard", "boost149" => "homebrew/versions", "catdoc" => "homebrew/boneyard", -- GitLab