From 014ac2119308763055c7ea70f0416046146bce25 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Thu, 12 Jun 2014 17:31:15 -0700 Subject: [PATCH] Remove cloudfoundry-cli This change removes the cloudfoundry-cli formula from the repository. It will now be available from pivotal/tap tap. Closes Homebrew/homebrew#30105. Signed-off-by: Jack Nagel --- 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 4bf683fa25..4dd1f1cad1 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -10,6 +10,7 @@ TAP_MIGRATIONS = { "cantera" => "homebrew/science", "catdoc" => "homebrew/boneyard", "clam" => "homebrew/boneyard", + "cloudfoundry-cli" => "pivotal/tap", "cmucl" => "homebrew/binary", "comparepdf" => "homebrew/boneyard", "denyhosts" => "homebrew/boneyard",