From 34ae063c6734b8cab9562d44e771dfcf5ac4582a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 12 Jul 2013 21:26:55 -0700 Subject: [PATCH] audit: remove github warning All core formulae have been migrated to .io addresses except for software maintained by github itself. --- Library/Homebrew/cmd/audit.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 6e86043fe8..ed701e5c5b 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -204,12 +204,6 @@ class FormulaAuditor problem "Google Code homepage should end with a slash (url is #{f.homepage})." end - if f.homepage =~ %r[^http://(.*)\.github\.com/] - if $1 != 'github' - problem "GitHub pages should use the github.io domain (url is #{f.homepage})" - end - end - urls = @specs.map(&:url) # Check GNU urls; doesn't apply to mirrors