From 1564a89f443d2e2b36223d68a3a07119485b1215 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 5 Dec 2013 19:32:53 -0800 Subject: [PATCH] Move jsl to homebrew-binary Closes Homebrew/homebrew#24826. --- 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 9235726b17..51646b5c54 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -15,4 +15,5 @@ TAP_MIGRATIONS = { 'cmucl' => 'homebrew/binary', 'lmutil' => 'homebrew/binary', 'jscoverage' => 'homebrew/boneyard', + 'jsl' => 'homebrew/binary', }