From c201d1a976c50a8e24b9e70fabed408c0b857c50 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 18 Nov 2013 09:55:02 -0600 Subject: [PATCH] Move qfits to the boneyard --- 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 1bd0bc0ade..88a2dcc7ed 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -2,5 +2,6 @@ TAP_MIGRATIONS = { 'octave' => 'homebrew/science', 'grads' => 'homebrew/binary', 'denyhosts' => 'homebrew/boneyard', - 'ipopt' => 'homebrew/science' + 'ipopt' => 'homebrew/science', + 'qfits' => 'homebrew/boneyard', }