From fe5a225648dc2aecf0080c4d501e192f12f26674 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Wed, 27 Jan 2016 16:26:00 -0500 Subject: [PATCH] rtags: boneyard Closes Homebrew/homebrew#48528. Signed-off-by: Andrew Janke --- 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 f9e3446bc8..17cedfd5a2 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -189,6 +189,7 @@ TAP_MIGRATIONS = { "rdesktop" => "homebrew/x11", "rocket" => "homebrew/boneyard", "rofs-filtered" => "homebrew/fuse", + "rtags" => "homebrew/boneyard", "rxvt-unicode" => "homebrew/x11", "s3-backer" => "homebrew/fuse", "s3fs" => "homebrew/fuse",