tap_migrations: add whereami

Closes Homebrew/homebrew#45569.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2015-11-01 05:11:54 +00:00
parent 39a1ff2aa0
commit 76435ece68

View File

@ -224,6 +224,7 @@ TAP_MIGRATIONS = {
"viewglob" => "homebrew/boneyard", "viewglob" => "homebrew/boneyard",
"vobcopy" => "homebrew/boneyard", "vobcopy" => "homebrew/boneyard",
"wdfs" => "homebrew/fuse", "wdfs" => "homebrew/fuse",
"whereami" => "homebrew/boneyard",
"wkhtmltopdf" => "homebrew/boneyard", "wkhtmltopdf" => "homebrew/boneyard",
"wmctrl" => "homebrew/x11", "wmctrl" => "homebrew/x11",
"wopr" => "homebrew/science", "wopr" => "homebrew/science",
@ -243,5 +244,5 @@ TAP_MIGRATIONS = {
"xspringies" => "homebrew/x11", "xspringies" => "homebrew/x11",
"yarp" => "homebrew/x11", "yarp" => "homebrew/x11",
"ydict" => "homebrew/boneyard", "ydict" => "homebrew/boneyard",
"zenity" => "homebrew/x11" "zenity" => "homebrew/x11",
} }