From 099954499ffbea9e74ea1482cb03fa4da943373a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 2 Dec 2013 16:08:06 -0600 Subject: [PATCH] Move jscoverage to the boneyard --- 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 310114d3aa..9235726b17 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -14,4 +14,5 @@ TAP_MIGRATIONS = { 'aimage' => 'homebrew/boneyard', 'cmucl' => 'homebrew/binary', 'lmutil' => 'homebrew/binary', + 'jscoverage' => 'homebrew/boneyard', }