aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index f113a8e83..711812dae 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -225,7 +225,7 @@ class FormulaAuditor
next if p =~ %r[svn\.sourceforge]
# Is it a sourceforge http(s) URL?
- next unless p =~ %r[^https?://.*\bsourceforge\.]
+ next unless p =~ %r[^https?://.*\bsourceforge\.com]
if p =~ /(\?|&)use_mirror=/
problem "Don't use #{$1}use_mirror in SourceForge urls (url is #{p})."