From a81b8401aff47b6d975a7d039aae375e7d733b8c Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH] upterm: use `deprecate!` instead of `discontinued` --- Casks/u/upterm.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/u/upterm.rb b/Casks/u/upterm.rb index 0d82f47d7f..349f0c42c4 100644 --- a/Casks/u/upterm.rb +++ b/Casks/u/upterm.rb @@ -7,6 +7,8 @@ cask "upterm" do desc "Terminal emulator for the 21st century" homepage "https://github.com/railsware/upterm" + deprecate! date: "2023-12-17", because: :discontinued + app "Upterm.app" zap trash: [ @@ -17,8 +19,4 @@ cask "upterm" do "~/Library/Saved Application State/com.github.railsware.upterm.savedState", "~/.upterm", ] - - caveats do - discontinued - end end