blacklist: add mysqldump-secure.

This commit is contained in:
Mike McQuaid 2016-02-01 14:59:02 +00:00
parent 70ec2a7875
commit 32850492f1

View File

@ -83,5 +83,8 @@ def blacklisted?(name)
A binary installer is available:
https://www.haskell.org/platform/mac.html
EOS
when "mysqldump-secure" then <<-EOS.undent
The creator of mysqldump-secure tried to game our popularity metrics.
EOS
end
end