aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-01 13:59:27 -0800
committerAdam Vandenberg2013-12-01 13:59:27 -0800
commit4ed9efd99520f96a2db03e9ce861a41e64f16633 (patch)
tree46846cbfd6c3508736d25e193b878dd9463196fa /Library
parentfe4370cdd017ec47e80e60d528cb2837528b8a22 (diff)
downloadbrew-4ed9efd99520f96a2db03e9ce861a41e64f16633.tar.bz2
Move lmutil to homebrew-binary
Closes Homebrew/homebrew#24843.
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 61a51b064..310114d3a 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',
}