From 5123f0c80274ef483ba2359fe3b3264ea9a85d02 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 31 Mar 2014 12:57:21 -0500 Subject: [PATCH] Move dnsiff to the boneyard Closes Homebrew/homebrew#27642. --- 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 52ece1ef04..a596aa7b6e 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -8,6 +8,7 @@ TAP_MIGRATIONS = { "denyhosts" => "homebrew/boneyard", "dotwrp" => "homebrew/science", "drizzle" => "homebrew/boneyard", + "dsniff" => "homebrew/boneyard", "grads" => "homebrew/binary", "hwloc" => "homebrew/science", "ipopt" => "homebrew/science",