From 6fd1f0afd24f0b246aaabc9054623217d88f3a16 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:02 -0500 Subject: [PATCH] panic-unison: use `deprecate!` instead of `discontinued` --- Casks/p/panic-unison.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/p/panic-unison.rb b/Casks/p/panic-unison.rb index eb49fb6763..d3a835e454 100644 --- a/Casks/p/panic-unison.rb +++ b/Casks/p/panic-unison.rb @@ -7,9 +7,7 @@ cask "panic-unison" do desc "App to access Usenet Newsgroups" homepage "https://panic.com/blog/the-future-of-unison/" - app "Unison.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Unison.app" end