aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-12 21:26:55 -0700
committerAdam Vandenberg2013-07-12 21:26:55 -0700
commit1f05ec1535ca2a7f31c0ba7f5d09e0ae4c442592 (patch)
tree5eaec51f4b491b8bc10bafcacd64fe8b899a2c06 /Library
parent59ef60396a2a96e260757217d2f911f00e56a097 (diff)
downloadhomebrew-1f05ec1535ca2a7f31c0ba7f5d09e0ae4c442592.tar.bz2
audit: remove github warning
All core formulae have been migrated to .io addresses except for software maintained by github itself.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 6e86043fe..ed701e5c5 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