diff options
| author | Kyle Gorman | 2014-08-26 10:15:59 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-08-27 21:46:52 -0500 |
| commit | 0a8813a6fb38cd1de30529ada8d962f47945ecbc (patch) | |
| tree | d93dc7133521893a78edc30c289f0b3bbd27e068 /Library/Homebrew | |
| parent | 5e133fbe2676d3ac865a11c1a491f1066b63040b (diff) | |
| download | homebrew-0a8813a6fb38cd1de30529ada8d962f47945ecbc.tar.bz2 | |
Move OpenFST and OpenGRM-ngram to homebrew-science
Closes #31905.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 94b957839..6f354fda2 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -45,6 +45,8 @@ TAP_MIGRATIONS = { "nlopt" => "homebrew/science", "octave" => "homebrew/science", "opencv" => "homebrew/science", + "openfst" => "homebrew/science", + "opengrm-ngram" => "homebrew/science", "pan" => "homebrew/boneyard", "pjsip" => "homebrew/boneyard", "pocl" => "homebrew/science", |
