From 1b74a4f5c2c1b8da70b7df242140d6a53ee8abcf Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 13 Jan 2015 04:37:57 +0000 Subject: [PATCH] pulse: boneyarding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Incredibly frustratingly, given it seemed like a promising project taking some steps that its forked predecessor has struggled to thus far, particularly around encryption, and it’s already mature codebase, upstream have nonetheless decided to stop supporting Pulse as an individual project, thus, boneyard it goes. Sigh. Closes Homebrew/homebrew#35800. Signed-off-by: Mike McQuaid --- 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 038d274184..e6610eb1e4 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -117,6 +117,7 @@ TAP_MIGRATIONS = { "pjsip" => "homebrew/boneyard", "pocl" => "homebrew/science", "prooftree" => "homebrew/x11", + "pulse" => "homebrew/boneyard", "py3cairo" => "homebrew/x11", "pyxplot" => "homebrew/x11", "qfits" => "homebrew/boneyard",