From 0fb0d0f5a9f8c3fd48c787da80d38d1fc61a8cf1 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH] mojibar: use `deprecate!` instead of `discontinued` --- Casks/m/mojibar.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/mojibar.rb b/Casks/m/mojibar.rb index 2330697875..2ebbb7edf4 100644 --- a/Casks/m/mojibar.rb +++ b/Casks/m/mojibar.rb @@ -7,9 +7,7 @@ cask "mojibar" do desc "Emoji searcher as a menu bar app" homepage "https://github.com/muan/mojibar" - app "Mojibar-darwin-x64/Mojibar.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Mojibar-darwin-x64/Mojibar.app" end