diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 48752bb21..13fda12c0 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -301,7 +301,7 @@ class FormulaAuditor problem "Github Pages links should be https:// (URL is #{homepage})." end - if homepage =~ %r[^http://[^/]*\.apache\.org/] + if homepage =~ %r[^http://[^/]*\.apache\.org] problem "Apache homepages should be https:// links (URL is #{homepage})." end |
