diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 3b27c28f58..95acd94309 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -477,7 +477,7 @@ class FormulaAuditor end problem "GitHub fork (not canonical repository)" if metadata["fork"] - if (metadata["forks_count"] < 10) && (metadata["watchers_count"] < 10) && + if (metadata["forks_count"] < 10) && (metadata["subscribers_count"] < 10) && (metadata["stargazers_count"] < 20) problem "GitHub repository not notable enough (<10 forks, <10 watchers and <20 stars)" end