From c7450cb510e8fe0c33f1f8d695289cb025d8888f Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sun, 30 Aug 2015 18:37:04 +0200 Subject: [PATCH] wps2odt: migrate to boneyard Closes Homebrew/homebrew#41279. Closes Homebrew/homebrew#43415. Signed-off-by: Baptiste Fontaine --- 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 4622e571dd..c01d874290 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -224,6 +224,7 @@ TAP_MIGRATIONS = { "wkhtmltopdf" => "homebrew/boneyard", "wmctrl" => "homebrew/x11", "wopr" => "homebrew/science", + "wps2odt" => "homebrew/boneyard", "x3270" => "homebrew/x11", "xar" => "homebrew/dupes", "xastir" => "homebrew/x11",