From a87fe8cd3640bb5733295890980ccbae6873c444 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 4 Jun 2014 22:36:30 -0500 Subject: [PATCH] Remove tmap Closes Homebrew/homebrew#29744. --- 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 4da24c137c..040f7d296f 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -47,6 +47,7 @@ TAP_MIGRATIONS = { "storm" => "homebrew/boneyard", "syslog-ng" => "homebrew/boneyard", "tetgen" => "homebrew/science", + "tmap" => "homebrew/boneyard", "urweb" => "homebrew/boneyard", "wkhtmltopdf" => "homebrew/boneyard", }