aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-18 09:55:02 -0600
committerJack Nagel2013-11-18 09:55:02 -0600
commitc201d1a976c50a8e24b9e70fabed408c0b857c50 (patch)
treea3253203ba1c0c4e44c5b393189fbc63362efb2e /Library
parentd428a66637dff19c5f06f9282fd6aa927cfb57fa (diff)
downloadbrew-c201d1a976c50a8e24b9e70fabed408c0b857c50.tar.bz2
Move qfits to the boneyard
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tap_migrations.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 1bd0bc0ad..88a2dcc7e 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',
}