Rename HEAD only tap.
This commit is contained in:
parent
8458540afb
commit
e1c6a4614f
@ -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
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user