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", }