From 7d66e0caa995fadf58066cbaeaa27c7a9175a209 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 5 Mar 2014 20:39:52 -0800 Subject: [PATCH] Redact kerl Kerl does not provide git tags, so move to headonly. Closes Homebrew/homebrew#26307. --- 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 00d3421f79..cc6dcd38ef 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -20,4 +20,5 @@ TAP_MIGRATIONS = { 'comparepdf' => 'homebrew/boneyard', 'colormake' => 'homebrew/headonly', 'wkhtmltopdf' => 'homebrew/boneyard', + 'kerl' => 'homebrew/headonly', }