From 43dfb9366eed18da23a4033031bda5c3910af453 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 29 May 2015 10:58:18 +0200 Subject: [PATCH] awsenv: move to tap Closes Homebrew/homebrew#40177. Signed-off-by: Tim D. Smith --- 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 0640730a97..f95121e498 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -13,6 +13,7 @@ TAP_MIGRATIONS = { "authexec" => "homebrew/boneyard", "avfs" => "homebrew/fuse", "aws-iam-tools" => "homebrew/boneyard", + "awsenv" => "Luzifer/tools", "bbcp" => "homebrew/head-only", "bcwipe" => "homebrew/boneyard", "bindfs" => "homebrew/fuse",