diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index f8584f782f..7b8e9e77ee 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -892,6 +892,8 @@ class ResourceAuditor problem "Please use https:// for #{p}" when %r[^http://search\.mcpan\.org/CPAN/(.*)]i problem "#{p} should be `https://cpan.metacpan.org/#{$1}`" + when %r[^(http|ftp)://ftp\.gnome\.org/pub/gnome/(.*)]i + problem "#{p} should be `https://download.gnome.org/#{$2}`" end end