deprecate_disable: add cask deprecate/disable reasons
This commit is contained in:
parent
e9cb65bfba
commit
80d4488bbf
@ -24,6 +24,8 @@ module DeprecateDisable
|
||||
|
||||
CASK_DEPRECATE_DISABLE_REASONS = {
|
||||
discontinued: "is discontinued upstream",
|
||||
no_longer_available: "is no longer available upstream",
|
||||
unmaintained: "is not maintained upstream",
|
||||
}.freeze
|
||||
|
||||
def type(formula_or_cask)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user