From b7060ebc438acb84664cf91c5bba7e60c1961566 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 18 Nov 2013 09:55:15 -0600 Subject: [PATCH] Move blackbox to the boneyard Closes Homebrew/homebrew#24370. --- 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 88a2dcc7ed..e585ce64cc 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -4,4 +4,5 @@ TAP_MIGRATIONS = { 'denyhosts' => 'homebrew/boneyard', 'ipopt' => 'homebrew/science', 'qfits' => 'homebrew/boneyard', + 'blackbox' => 'homebrew/boneyard', }