From da35169fbd60d9f58ce82263a1f7405db1a4bd55 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:45:50 -0500 Subject: [PATCH] code-notes: use `deprecate!` instead of `discontinued` --- Casks/c/code-notes.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/c/code-notes.rb b/Casks/c/code-notes.rb index 3cf6bda7d9..63e2e78636 100644 --- a/Casks/c/code-notes.rb +++ b/Casks/c/code-notes.rb @@ -8,9 +8,7 @@ cask "code-notes" do desc "Code snippet manager" homepage "https://lauthieb.github.io/code-notes/" - app "Code Notes.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Code Notes.app" end