Rename HEAD only tap.

This commit is contained in:
Mike McQuaid 2014-12-27 20:55:21 +00:00
parent 8458540afb
commit e1c6a4614f
2 changed files with 3 additions and 3 deletions

View File

@ -277,7 +277,7 @@ class FormulaAuditor
end
def audit_specs
if head_only?(formula) && formula.tap != "homebrew/homebrew-headonly"
if head_only?(formula) && formula.tap != "homebrew/homebrew-head-only"
problem "Head-only (no stable download)"
end

View File

@ -1,5 +1,5 @@
TAP_MIGRATIONS = {
"agedu" => "homebrew/headonly",
"agedu" => "homebrew/head-only",
"aimage" => "homebrew/boneyard",
"aplus" => "homebrew/boneyard",
"apple-gcc42" => "homebrew/dupes",
@ -79,7 +79,7 @@ TAP_MIGRATIONS = {
"jsl" => "homebrew/binary",
"jstalk" => "homebrew/boneyard",
"justniffer" => "homebrew/boneyard",
"kerl" => "homebrew/headonly",
"kerl" => "homebrew/head-only",
"kernagic" => "homebrew/x11",
"kismet" => "homebrew/boneyard",
"klavaro" => "homebrew/x11",