aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 5a4a5e05c..f2742ed30 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -209,15 +209,6 @@ def audit_formula_urls f
end
end
- # Check Debian urls
- urls.each do |p|
- next unless p =~ %r[/debian/pool/]
-
- unless p =~ %r[^http://mirrors\.kernel\.org/debian/pool/]
- problems << " * \"mirrors.kernel.org\" is the preferred mirror for debian software."
- end
- end if strict?
-
# Check for git:// urls; https:// is preferred.
urls.each do |p|
if p =~ %r[^git://github\.com/]