From 76435ece68bc4db7dec7eb99dfc50158ac2ed729 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 1 Nov 2015 05:11:54 +0000 Subject: [PATCH] tap_migrations: add whereami Closes Homebrew/homebrew#45569. Signed-off-by: Dominyk Tiller --- Library/Homebrew/tap_migrations.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index c13c0e3112..4fa278aab6 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -224,6 +224,7 @@ TAP_MIGRATIONS = { "viewglob" => "homebrew/boneyard", "vobcopy" => "homebrew/boneyard", "wdfs" => "homebrew/fuse", + "whereami" => "homebrew/boneyard", "wkhtmltopdf" => "homebrew/boneyard", "wmctrl" => "homebrew/x11", "wopr" => "homebrew/science", @@ -243,5 +244,5 @@ TAP_MIGRATIONS = { "xspringies" => "homebrew/x11", "yarp" => "homebrew/x11", "ydict" => "homebrew/boneyard", - "zenity" => "homebrew/x11" + "zenity" => "homebrew/x11", }