From cdb407435be7d71d3a8dae02ec2c99e7e2834388 Mon Sep 17 00:00:00 2001 From: Jack Nagel <jacknagel@gmail.com> Date: Tue, 3 Mar 2015 21:30:08 -0500 Subject: [PATCH] Move git-flow-clone to the boneyard Closes Homebrew/homebrew#32701. --- 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 85a7dba942..92d3917a54 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -51,6 +51,7 @@ TAP_MIGRATIONS = { "gerbv" => "homebrew/x11", "ggobi" => "homebrew/x11", "giblib" => "homebrew/x11", + "git-flow-clone" => "homebrew/boneyard", "gkrellm" => "homebrew/x11", "glade" => "homebrew/x11", "gle" => "homebrew/x11", -- GitLab