From 9f6caee2f0777f81e9dcf0e82ecb7c54729a2a41 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:04 -0500 Subject: [PATCH] qcma: use `deprecate!` instead of `discontinued` --- Casks/q/qcma.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/q/qcma.rb b/Casks/q/qcma.rb index 28c5f630c0..cef40b1ee5 100644 --- a/Casks/q/qcma.rb +++ b/Casks/q/qcma.rb @@ -7,9 +7,7 @@ cask "qcma" do name "Qcma" homepage "https://codestation.github.io/qcma/" - app "Qcma.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Qcma.app" end