diff options
| author | Mike McQuaid | 2015-06-18 08:54:42 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-06-18 08:55:23 +0100 |
| commit | 89b20cf61e2226d4ef9e35beb633c1fa3166dbfe (patch) | |
| tree | 3556247dd373585d86b2b58093fb350d6ca3ac00 /Library | |
| parent | 2f44990ea9e0439db24c8b6ef932c608f3f0069b (diff) | |
| download | brew-89b20cf61e2226d4ef9e35beb633c1fa3166dbfe.tar.bz2 | |
tap_migrations: move some x11 to boneyard.
https://github.com/Homebrew/homebrew-boneyard/pull/53
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 217a9e1fe..821491e31 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -62,7 +62,7 @@ TAP_MIGRATIONS = { "fox" => "homebrew/x11", "freeglut" => "homebrew/x11", "freerdp" => "homebrew/x11", - "fsv" => "homebrew/x11", + "fsv" => "homebrew/boneyard", "fuse-zip" => "homebrew/fuse", "fuse4x-kext" => "homebrew/fuse", "fuse4x" => "homebrew/fuse", @@ -77,7 +77,7 @@ TAP_MIGRATIONS = { "git-flow-clone" => "homebrew/boneyard", "gitfs" => "homebrew/fuse", "git-latexdiff" => "homebrew/tex", - "gkrellm" => "homebrew/x11", + "gkrellm" => "homebrew/boneyard", "glade" => "homebrew/x11", "gle" => "homebrew/x11", "gnumeric" => "homebrew/x11", @@ -209,7 +209,7 @@ TAP_MIGRATIONS = { "upnp-router-control" => "homebrew/x11", "urweb" => "homebrew/boneyard", "ushare" => "homebrew/boneyard", - "viewglob" => "homebrew/x11", + "viewglob" => "homebrew/boneyard", "wdfs" => "homebrew/fuse", "wkhtmltopdf" => "homebrew/boneyard", "wmctrl" => "homebrew/x11", |
