aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index f8584f782..7b8e9e77e 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