From d6dd1e79f388cf5f5a06c70eb51a79c917a03ff6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:45 -0500 Subject: [PATCH] actual: use `deprecate!` instead of `discontinued` --- Casks/a/actual.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/a/actual.rb b/Casks/a/actual.rb index b9361ad985..280664abc8 100644 --- a/Casks/a/actual.rb +++ b/Casks/a/actual.rb @@ -11,6 +11,8 @@ cask "actual" do desc "Privacy-focused app for managing your finances" homepage "https://actualbudget.com/" + deprecate! date: "2023-12-17", because: :discontinued + app "Actual.app" zap trash: [ @@ -20,8 +22,4 @@ cask "actual" do "~/Library/Preferences/com.shiftreset.actual.plist", "~/Library/Saved Application State/com.shiftreset.actual.savedState", ] - - caveats do - discontinued - end end