From 4f1e1328e4be4f51ce07a7b83ce8be2ff949d957 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:51 -0500 Subject: [PATCH] difffork: use `deprecate!` instead of `discontinued` --- Casks/d/difffork.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/d/difffork.rb b/Casks/d/difffork.rb index 02c7a9e384..60b230c278 100644 --- a/Casks/d/difffork.rb +++ b/Casks/d/difffork.rb @@ -8,9 +8,7 @@ cask "difffork" do desc "Compare both folders and files, present the differences in a visual format" homepage "https://dotfork.com/" - app "DiffFork.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "DiffFork.app" end