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:
parent
dcaaa20b34
commit
a80c2ae06f
@ -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/]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user