From 99ebf05b9cf28ed7dbeb7114189b9cfbc4e5cf22 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 16 May 2014 08:02:03 -0700 Subject: [PATCH] Move storm to the boneyard Storm requires a specific version of jzma, which could be supplied as a resource. Pull requests will be reviewed. Closes Homebrew/homebrew#23283. --- 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 06ac9754ce..61b7689272 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -40,6 +40,7 @@ TAP_MIGRATIONS = { "slicot" => "homebrew/science", "shark" => "homebrew/boneyard", "solfege" => "homebrew/boneyard", + "storm" => "homebrew/boneyard", "syslog-ng" => "homebrew/boneyard", "urweb" => "homebrew/boneyard", "wkhtmltopdf" => "homebrew/boneyard",