From f44017dffa367df360f0b9a1b5dee269b574bd2e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH] airunlock: use `deprecate!` instead of `discontinued` --- Casks/a/airunlock.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/airunlock.rb b/Casks/a/airunlock.rb index dcbf6729de..0a13c0e8c0 100644 --- a/Casks/a/airunlock.rb +++ b/Casks/a/airunlock.rb @@ -7,9 +7,7 @@ cask "airunlock" do desc "Tool to lock or unlock the macbook using an Android phone via Bluetooth" homepage "https://github.com/pinetum/AirUnlock-for-Mac" - app "AirUnlock.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "AirUnlock.app" end