From f66ddab4da478e1980fbdda1205e328cfc1162d6 Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Tue, 12 Jan 2016 12:09:53 +0530 Subject: [PATCH] meld: migrate from x11 to gui --- Library/Homebrew/tap_migrations.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index ca22318aac..4a7e8c0b15 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -131,7 +131,8 @@ TAP_MIGRATIONS = { "lilypond" => "homebrew/tex", "lmutil" => "homebrew/binary", "magit" => "homebrew/emacs", - "meld" => "homebrew/x11", + "mat" => "homebrew/boneyard", + "meld" => "homebrew/gui", "mesalib-glw" => "homebrew/x11", "mess" => "homebrew/games", "metalua" => "homebrew/boneyard",