Merge pull request #16960 from bevanjkay/mas

deprecate_disable: add cask deprecation reason
This commit is contained in:
Mike McQuaid 2024-03-28 08:28:21 +00:00 committed by GitHub
commit b63334c095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ module DeprecateDisable
CASK_DEPRECATE_DISABLE_REASONS = { CASK_DEPRECATE_DISABLE_REASONS = {
discontinued: "is discontinued upstream", 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_available: "is no longer available upstream",
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks", no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
unmaintained: "is not maintained upstream", unmaintained: "is not maintained upstream",