From a0a2d961827787024754c9aaedab97abe76bf448 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 18 Nov 2013 22:49:04 -0800 Subject: [PATCH] Redact syslog-ng Closes Homebrew/homebrew#22030. --- 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 5e9b8e083d..f834c2b940 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -6,4 +6,5 @@ TAP_MIGRATIONS = { 'qfits' => 'homebrew/boneyard', 'blackbox' => 'homebrew/boneyard', 'libgtextutils' => 'homebrew/science', + 'syslog-ng', => 'homebrew/boneyard', }