aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 3a41dbdfa..3ef601c3b 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -413,7 +413,9 @@ class FormulaAuditor
%r[^http://packages\.debian\.org],
%r[^http://wiki\.freedesktop\.org/],
%r[^http://((?:www)\.)?gnupg.org/],
- %r[^http://((?:trac|tools|www)\.)?ietf\.org],
+ %r[^http://ietf\.org],
+ %r[^http://[^/.]+\.ietf\.org],
+ %r[^http://[^/.]+\.tools\.ietf\.org],
%r[^http://www\.gnu\.org/],
%r[^http://code\.google\.com/]
problem "Please use https:// for #{homepage}"