From d04149eebc1be7b5b39deee8b278cb7dbaf0fb35 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:58 -0500 Subject: [PATCH] komodo-edit: use `deprecate!` instead of `discontinued` --- Casks/k/komodo-edit.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/k/komodo-edit.rb b/Casks/k/komodo-edit.rb index 66bd522234..2edf02c20d 100644 --- a/Casks/k/komodo-edit.rb +++ b/Casks/k/komodo-edit.rb @@ -7,9 +7,7 @@ cask "komodo-edit" do desc "Text editor" homepage "https://www.activestate.com/komodo-edit/" - app "Komodo Edit #{version.major}.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Komodo Edit #{version.major}.app" end