aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-16 20:23:12 -0800
committerAdam Vandenberg2013-12-16 20:23:12 -0800
commit371858f41921f85bf1a98726c91fd9a94e8600a5 (patch)
treebe03154280c6057de5dfe6f0ab69f27e8d6b3beb
parent6aa227711959e2d36c996f37444bbb9756122ce0 (diff)
downloadbrew-371858f41921f85bf1a98726c91fd9a94e8600a5.tar.bz2
add nlopt to migration
-rw-r--r--Library/Homebrew/tap_migrations.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 51646b5c5..3e6e4a2a7 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -16,4 +16,5 @@ TAP_MIGRATIONS = {
'lmutil' => 'homebrew/binary',
'jscoverage' => 'homebrew/boneyard',
'jsl' => 'homebrew/binary',
+ 'nlopt' => 'homebrew/science',
}