deprecate_disable: add cask deprecation reason

This commit is contained in:
Bevan Kay 2024-03-28 10:47:45 +11:00
parent 4fa7264a52
commit 3c0efa845a
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57

View File

@ -24,6 +24,7 @@ module DeprecateDisable
CASK_DEPRECATE_DISABLE_REASONS = {
discontinued: "is discontinued upstream",
moved_to_mas: "is now exclusively distributed on the Mac App Store",
no_longer_available: "is no longer available upstream",
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
unmaintained: "is not maintained upstream",