aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-16 20:23:12 -0800
committerAdam Vandenberg2013-12-16 20:23:12 -0800
commitec134462d28cd513a32ae7dce2b016137c49576f (patch)
tree61c1dcdc7f4a411dee874d79b3ee50827d239922 /Library
parent44811bc30ea3c521924c5ba6a9a7f77dd7147261 (diff)
downloadhomebrew-ec134462d28cd513a32ae7dce2b016137c49576f.tar.bz2
add nlopt to migration
Diffstat (limited to 'Library')
-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',
}