From 4589a6a0713f8b6f13dc386acb55b9e467be8c65 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 7 Nov 2013 10:40:29 +0000 Subject: [PATCH] tap_migrations: grads to homebrew/binary. --- 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 5ed0e67d59..f3dd63c9e1 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -1,3 +1,4 @@ TAP_MIGRATIONS = { 'octave' => 'homebrew/science', + 'grads' => 'homebrew/binary', }