Skip to content
Snippets Groups Projects
Commit dfe1eb31 authored by Max Howell's avatar Max Howell
Browse files

Blacklist lzma since it was removed

Now when people search for it or try to install it they will receive a helpful message.
parent b6fa7ebc
No related branches found
No related tags found
No related merge requests found
......@@ -55,5 +55,7 @@ def blacklisted? name
To do it in one line, use this command:
curl http://npmjs.org/install.sh | sh
EOS
when /(lib)?lzma/
"lzma is now part of the xz formula."
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment