From 457ca367da97367f71d26b2e3a0ea053145156a5 Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Tue, 12 Jan 2016 11:10:37 +0530 Subject: [PATCH] terminator: migrate from x11 to gui --- Library/Homebrew/tap_migrations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 5c2d5b8f9a..c5df92b190 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -208,7 +208,7 @@ TAP_MIGRATIONS = { "sxiv" => "homebrew/x11", "syslog-ng" => "homebrew/boneyard", "tabbed" => "homebrew/x11", - "terminator" => "homebrew/x11", + "terminator" => "homebrew/gui", "tetgen" => "homebrew/science", "texmacs" => "homebrew/boneyard", "texwrapper" => "homebrew/tex",