From db2a647c25cbe47aa8413db9a32596e52e691cb7 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH] bunqcommunity-bunq: use `deprecate!` instead of `discontinued` --- Casks/b/bunqcommunity-bunq.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bunqcommunity-bunq.rb b/Casks/b/bunqcommunity-bunq.rb index 9ba828de2a..d8380a78e6 100644 --- a/Casks/b/bunqcommunity-bunq.rb +++ b/Casks/b/bunqcommunity-bunq.rb @@ -8,9 +8,7 @@ cask "bunqcommunity-bunq" do desc "Unofficial desktop application for the bunq API" homepage "https://bunqdesk.top/" - app "bunqDesktop.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "bunqDesktop.app" end