From ec1d13155bd4fc409c1b3977c821e477fa3b739e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:48 -0500 Subject: [PATCH] bootxchanger: use `deprecate!` instead of `discontinued` --- Casks/b/bootxchanger.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/b/bootxchanger.rb b/Casks/b/bootxchanger.rb index 960dcd14cf..0f2dbe401e 100644 --- a/Casks/b/bootxchanger.rb +++ b/Casks/b/bootxchanger.rb @@ -8,9 +8,7 @@ cask "bootxchanger" do desc "Utility to change the boot logo on old Macs" homepage "https://namedfork.net/bootxchanger/" - app "BootXChanger.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "BootXChanger.app" end