hotswitch: use `deprecate!` instead of `discontinued`

This commit is contained in:
Rylan Polster 2023-12-17 17:45:56 -05:00
parent 162d69604e
commit a6e3580fd6
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
1 changed files with 2 additions and 4 deletions

View File

@ -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