aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-18 07:18:52 -0800
committerAdam Vandenberg2013-11-18 07:19:03 -0800
commitd428a66637dff19c5f06f9282fd6aa927cfb57fa (patch)
tree1650336e4fa0803eb25085ac99bf9286d72db968 /Library/Homebrew
parent268787e76db6d2a5cd26024728bc319e29de99b0 (diff)
downloadbrew-d428a66637dff19c5f06f9282fd6aa927cfb57fa.tar.bz2
iopt moved to homebrew-science
Closes Homebrew/homebrew#22945.
Diffstat (limited to 'Library/Homebrew')
-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 9c7b42ef7..1bd0bc0ad 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -1,5 +1,6 @@
TAP_MIGRATIONS = {
'octave' => 'homebrew/science',
'grads' => 'homebrew/binary',
- 'denyhosts' => 'homebrew/boneyard'
+ 'denyhosts' => 'homebrew/boneyard',
+ 'ipopt' => 'homebrew/science'
}