From a6e3580fd6f8e59f476833fb0becb1d9a317869b Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:56 -0500 Subject: [PATCH] hotswitch: use `deprecate!` instead of `discontinued` --- Casks/h/hotswitch.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/h/hotswitch.rb b/Casks/h/hotswitch.rb index cbbbc6201d..9aa2bc791b 100644 --- a/Casks/h/hotswitch.rb +++ b/Casks/h/hotswitch.rb @@ -7,11 +7,9 @@ cask "hotswitch" do desc "Fast window switcher using a 2-stroke hotkey" homepage "https://oniatsu.github.io/HotSwitch/" + deprecate! date: "2023-12-17", because: :discontinued + app "HotSwitch.app" zap trash: "~/Library/Preferences/com.oniatsu.HotSwitch.plist" - - caveats do - discontinued - end end