From c5f578a32d312b4a339f76bc1ef90aeaf65d531e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:10 -0500 Subject: [PATCH] yu-writer: use `deprecate!` instead of `discontinued` --- Casks/y/yu-writer.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/y/yu-writer.rb b/Casks/y/yu-writer.rb index 43369b585d..cd1e7440a3 100644 --- a/Casks/y/yu-writer.rb +++ b/Casks/y/yu-writer.rb @@ -8,6 +8,8 @@ cask "yu-writer" do desc "Markdown editor" homepage "https://ivarptr.github.io/yu-writer.site/" + deprecate! date: "2023-12-17", because: :discontinued + app "Yu Writer.app" zap trash: [ @@ -16,8 +18,4 @@ cask "yu-writer" do "~/Library/Preferences/com.github.yu-writer.helper.plist", "~/Library/Preferences/com.github.yu-writer.plist", ] - - caveats do - discontinued - end end