From 0c97642979f7f7e42bf81448af7601662ecf8c3d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 28 Nov 2013 11:56:26 -0800 Subject: [PATCH] Move aimage to boneyard No longer maintained; homepage suggests alternatives. Closes Homebrew/homebrew#24728. --- 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 862c68ea16..6984139dcf 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -11,4 +11,5 @@ TAP_MIGRATIONS = { 'librets' => 'homebrew/boneyard', 'drizzle' => 'homebrew/boneyard', 'boost149' => 'homebrew/versions', + 'aimage' => 'homebrew/boneyard', }