From 371858f41921f85bf1a98726c91fd9a94e8600a5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 16 Dec 2013 20:23:12 -0800 Subject: [PATCH] add nlopt to migration --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 51646b5c54..3e6e4a2a77 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', }