From 2961e1153000fdad7f657f85b8bb66670c916111 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH] patchwork: use `deprecate!` instead of `discontinued` --- Casks/p/patchwork.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/patchwork.rb b/Casks/p/patchwork.rb index fbb9fa2e98..7eb29ba0a5 100644 --- a/Casks/p/patchwork.rb +++ b/Casks/p/patchwork.rb @@ -7,9 +7,7 @@ cask "patchwork" do desc "Decentralized messaging and sharing app using Secure Scuttlebutt" homepage "https://github.com/ssbc/patchwork" - app "Patchwork.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Patchwork.app" end