From dfea2b6045bd3325c6e7207d48ba6f67ec40d553 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 May 2014 17:09:32 -0700 Subject: [PATCH] Move tetgen to homebrew-science Closes Homebrew/homebrew#29336. --- 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 779d31a4fc..6c6810e1be 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -43,6 +43,7 @@ TAP_MIGRATIONS = { "solfege" => "homebrew/boneyard", "storm" => "homebrew/boneyard", "syslog-ng" => "homebrew/boneyard", + "tetgen" => "homebrew/science", "urweb" => "homebrew/boneyard", "wkhtmltopdf" => "homebrew/boneyard", }