diff options
| author | Tomasz Pajor | 2016-05-29 11:07:19 +0200 |
|---|---|---|
| committer | Tomasz Pajor | 2016-05-29 11:07:19 +0200 |
| commit | 146a16d66bc796f0c6a4c7e2b88f1b73fb0aaa4c (patch) | |
| tree | 70e800bc39ac62f5fab25d3e80818444505de1db /Library | |
| parent | 7bbcf9cacc18aabf78a21ec5cc5892d440631e08 (diff) | |
| download | brew-146a16d66bc796f0c6a4c7e2b88f1b73fb0aaa4c.tar.bz2 | |
audit: tweak cpan secure urls
Diffstat (limited to 'Library')
| -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 4683bd0b8..c8512925b 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -1168,7 +1168,7 @@ class ResourceAuditor %r{^http://(?:[^/]*\.)?freedesktop\.org} problem "Please use https:// for #{p}" when %r{^http://search\.(mcpan|cpan)\.org/CPAN/(.*)}i - problem "#{p} should be `https://cpan.metacpan.org/#{$1}`" + problem "#{p} should be `https://cpan.metacpan.org/#{$2}`" when %r{^(http|ftp)://ftp\.gnome\.org/pub/gnome/(.*)}i problem "#{p} should be `https://download.gnome.org/#{$2}`" end |
