From 4ed9efd99520f96a2db03e9ce861a41e64f16633 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 1 Dec 2013 13:59:27 -0800 Subject: [PATCH] Move lmutil to homebrew-binary Closes Homebrew/homebrew#24843. --- 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 61a51b0644..310114d3aa 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -13,4 +13,5 @@ TAP_MIGRATIONS = { 'boost149' => 'homebrew/versions', 'aimage' => 'homebrew/boneyard', 'cmucl' => 'homebrew/binary', + 'lmutil' => 'homebrew/binary', }