From 18b05c87764b7ffa4f471ba487f7d985908d235e Mon Sep 17 00:00:00 2001 From: Geoff Nixon <geoff@geoff.codes> Date: Sun, 8 Mar 2015 16:23:30 -0400 Subject: [PATCH] Move tcpurify to the boneyard Closes Homebrew/homebrew#37069. Signed-off-by: Jack Nagel <jacknagel@gmail.com> --- 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 5b411f0bba..081b161b06 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -148,6 +148,7 @@ TAP_MIGRATIONS = { "sylpheed" => "homebrew/x11", "syslog-ng" => "homebrew/boneyard", "tabbed" => "homebrew/x11", + "tcpurify" => "homebrew/boneyard", "terminator" => "homebrew/x11", "tetgen" => "homebrew/science", "texmacs" => "homebrew/boneyard", -- GitLab