From acd2bd07387beb78159c4ff53b1a445253a644fa Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 28 Nov 2013 12:42:45 -0800 Subject: [PATCH] Move cmucl to homebrew-binary --- 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 6984139dcf..61a51b0644 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -12,4 +12,5 @@ TAP_MIGRATIONS = { 'drizzle' => 'homebrew/boneyard', 'boost149' => 'homebrew/versions', 'aimage' => 'homebrew/boneyard', + 'cmucl' => 'homebrew/binary', }