From dae221bdb84cdc73170ed1395130595d9706b8fc Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 6 Feb 2014 22:57:01 -0800 Subject: [PATCH] Move colormake to headonly Closes Homebrew/homebrew#25226. --- 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 a3a2be1b3b..b2fca92b39 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -18,4 +18,5 @@ TAP_MIGRATIONS = { 'jsl' => 'homebrew/binary', 'nlopt' => 'homebrew/science', 'comparepdf' => 'homebrew/boneyard', + 'colormake' => 'homebrew/headonly', }