From aea849109d1def79fb78c037c413c061d7408d62 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 24 Sep 2014 20:03:34 -0700 Subject: [PATCH] Redact electric-fence Closes Homebrew/homebrew#31203. --- 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 1cf45f07ca..c02ceb7a3e 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -20,6 +20,7 @@ TAP_MIGRATIONS = { "drizzle" => "homebrew/boneyard", "drush" => "homebrew/php", "dsniff" => "homebrew/boneyard", + "electric-fence" => "homebrew/boneyard", "gnunet" => "homebrew/boneyard", "grads" => "homebrew/binary", "gromacs" => "homebrew/science",