From f9ec5c5e629afd93cd95f00eb41c4f707e037d5c Mon Sep 17 00:00:00 2001 From: Geoff Nixon Date: Sun, 8 Mar 2015 16:23:30 -0400 Subject: [PATCH] Move coremod to the boneyard, replaced by libxmp-lite Closes Homebrew/homebrew#37055. Signed-off-by: Jack Nagel --- 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 081b161b06..eb3d8844dc 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -24,6 +24,7 @@ TAP_MIGRATIONS = { "cmucl" => "homebrew/binary", "comparepdf" => "homebrew/boneyard", "connect" => "homebrew/boneyard", + "coremod" => "homebrew/boneyard", "curlftpfs" => "homebrew/x11", "cwm" => "homebrew/x11", "dart" => "dart-lang/dart",