audit: tweak ftp.gnu.org language for clarity

Closes Homebrew/homebrew#39421.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Dominyk Tiller 2015-05-06 01:52:54 +01:00 committed by Jack Nagel
parent dcaaa20b34
commit a80c2ae06f

View File

@ -850,7 +850,7 @@ class ResourceAuditor
case p case p
when %r[^http://ftp\.gnu\.org/] when %r[^http://ftp\.gnu\.org/]
problem "ftp.gnu.org urls should be https://, not http:// (url is #{p})." problem "ftp.gnu.org mirrors should be https://, not http:// (mirror is #{p})."
when %r[^http://[^/]*\.apache\.org/] when %r[^http://[^/]*\.apache\.org/]
problem "Apache urls should be https://, not http (url is #{p})." problem "Apache urls should be https://, not http (url is #{p})."
when %r[^http://code\.google\.com/] when %r[^http://code\.google\.com/]