From b94d0e5f8df7242a56538c6cfed4b6d456ff86f4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 3 May 2014 09:28:10 -0700 Subject: [PATCH] Move aws-iam-tools to the boneyard This has been deprecated upstream in favor of AWS CLI. Closes Homebrew/homebrew#28930. --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index bd4bc5d810..70d831095e 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -1,5 +1,6 @@ TAP_MIGRATIONS = { "aimage" => "homebrew/boneyard", + "aws-iam-tools" => "homebrew/boneyard", "apple-gcc42" => "homebrew/versions", "blackbox" => "homebrew/boneyard", "boost149" => "homebrew/versions",