audit: fix jinx homepage cert issue

This commit is contained in:
Rui Chen 2020-09-06 20:23:18 -04:00
parent 483fcd52c0
commit c858f9a3ab

View File

@ -547,6 +547,7 @@ module Homebrew
end end
CERT_ERROR_ALLOWLIST = { CERT_ERROR_ALLOWLIST = {
"jinx" => "https://www.jinx-lang.org/",
"lmod" => "https://www.tacc.utexas.edu/research-development/tacc-projects/lmod", "lmod" => "https://www.tacc.utexas.edu/research-development/tacc-projects/lmod",
"micropython" => "https://www.micropython.org/", "micropython" => "https://www.micropython.org/",
"monero" => "https://www.getmonero.org/", "monero" => "https://www.getmonero.org/",