From 7804fc689151ab35869e4889bc6a4b9319af02bc Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH] kube-cluster: use `deprecate!` instead of `discontinued` --- Casks/k/kube-cluster.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/k/kube-cluster.rb b/Casks/k/kube-cluster.rb index 9bd1aa6c65..4caba1318a 100644 --- a/Casks/k/kube-cluster.rb +++ b/Casks/k/kube-cluster.rb @@ -6,11 +6,9 @@ cask "kube-cluster" do name "Kube-Cluster" homepage "https://github.com/TheNewNormal/kube-cluster-osx" + deprecate! date: "2023-12-17", because: :discontinued + app "Kube-Cluster.app" zap trash: "~/kube-cluster" - - caveats do - discontinued - end end