diff options
| author | Dominyk Tiller | 2015-11-01 05:11:54 +0000 |
|---|---|---|
| committer | Dominyk Tiller | 2015-11-01 17:27:42 +0000 |
| commit | 76435ece68bc4db7dec7eb99dfc50158ac2ed729 (patch) | |
| tree | f160d832a785bd093ee7e79b9da753166cacffcc | |
| parent | 39a1ff2aa0f8a3ebc0b08059428bb87acea67097 (diff) | |
| download | brew-76435ece68bc4db7dec7eb99dfc50158ac2ed729.tar.bz2 | |
tap_migrations: add whereami
Closes Homebrew/homebrew#45569.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index c13c0e311..4fa278aab 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", } |
