From 65955439ed0f2c20340b3d151d741a473f2b1b0d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:07 -0500 Subject: [PATCH] toland-qlmarkdown: use `deprecate!` instead of `discontinued` --- Casks/t/toland-qlmarkdown.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/t/toland-qlmarkdown.rb b/Casks/t/toland-qlmarkdown.rb index 6f58f908b2..327319c594 100644 --- a/Casks/t/toland-qlmarkdown.rb +++ b/Casks/t/toland-qlmarkdown.rb @@ -7,11 +7,9 @@ cask "toland-qlmarkdown" do desc "QuickLook generator for Markdown files" homepage "https://github.com/toland/qlmarkdown" + deprecate! date: "2023-12-17", because: :discontinued + qlplugin "QLMarkdown.qlgenerator" # No zap stanza required - - caveats do - discontinued - end end