From fd4415464518f650b4d1294bd4f0534a25ee914f Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 24 Nov 2015 01:48:53 +0000 Subject: [PATCH] gdrive: boneyard This is a prime candidate for either Homebrew/binary or Caskroom/cask, given the issues building against newer Go versions with no imminent fix in sight. Closes Homebrew/homebrew#45916. Closes Homebrew/homebrew#46301. Signed-off-by: Dominyk Tiller --- 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 352ed834b0..ce224c0fa5 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -69,6 +69,7 @@ TAP_MIGRATIONS = { "fuse4x-kext" => "homebrew/fuse", "gant" => "homebrew/boneyard", "gcsfuse" => "homebrew/fuse", + "gdrive" => "homebrew/boneyard", "geany" => "homebrew/x11", "geda-gaf" => "homebrew/x11", "geeqie" => "homebrew/x11",