From 2b4280aa6e2bed6dd049eab2a8678151eae96f5f Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:01 -0500 Subject: [PATCH] omnidazzle: use `deprecate!` instead of `discontinued` --- Casks/o/omnidazzle.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/o/omnidazzle.rb b/Casks/o/omnidazzle.rb index 5adf6ff6cd..28420de32a 100644 --- a/Casks/o/omnidazzle.rb +++ b/Casks/o/omnidazzle.rb @@ -7,9 +7,7 @@ cask "omnidazzle" do desc "Set of plug-ins to highlight areas of your screen and your mouse pointer" homepage "https://support.omnigroup.com/omnidazzle-troubleshooting/" - app "OmniDazzle.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "OmniDazzle.app" end