aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorViktor Szakats2017-02-13 16:20:34 +0000
committerViktor Szakats2017-02-13 16:20:34 +0000
commit64448834a68ee1e183e5c2bf9504dadfa9431dc1 (patch)
treedbc8467cc2dbe31306859fb95b0a16a2ba2c8b02 /Library/Homebrew
parenta09169f248de707bf8121acfb6c5d5c2b92c58de (diff)
downloadbrew-64448834a68ee1e183e5c2bf9504dadfa9431dc1.tar.bz2
fix existing rule for github.io homepages
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/dev-cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb
index 3447633eb..6aeb18749 100644
--- a/Library/Homebrew/dev-cmd/audit.rb
+++ b/Library/Homebrew/dev-cmd/audit.rb
@@ -585,7 +585,7 @@ class FormulaAuditor
# exemptions as they are discovered. Treat mixed content on homepages as a bug.
# Justify each exemptions with a code comment so we can keep track here.
case homepage
- when %r{^http://[^/]*github\.io/},
+ when %r{^http://[^/]*\.github\.io/},
%r{^http://[^/]*\.sourceforge\.io/}
problem "Please use https:// for #{homepage}"
end