From 10f106a2019ebe10acb72426fabb8a6434f3d95e Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH] mob: use `deprecate!` instead of `discontinued` --- Casks/m/mob.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mob.rb b/Casks/m/mob.rb index 9daab9e658..9d20a8a63a 100644 --- a/Casks/m/mob.rb +++ b/Casks/m/mob.rb @@ -6,11 +6,9 @@ cask "mob" do name "Mob" homepage "https://github.com/zenghongtu/Mob" + deprecate! date: "2023-12-17", because: :discontinued + app "Mob.app" zap trash: "~/Library/Application Support/mob" - - caveats do - discontinued - end end