aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index fadc4183f..bf004b0a7 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -234,7 +234,7 @@ class FormulaAuditor
end
end
- def audit_urls
+ def audit_homepage
homepage = formula.homepage
unless homepage =~ %r[^https?://]
@@ -685,7 +685,7 @@ class FormulaAuditor
audit_file
audit_class
audit_specs
- audit_urls
+ audit_homepage
audit_deps
audit_java_home
audit_conflicts