From 8184bf8806d06f43bf13d893469b92409be62e89 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:00 -0500 Subject: [PATCH] maria: use `deprecate!` instead of `discontinued` --- Casks/m/maria.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/m/maria.rb b/Casks/m/maria.rb index 597eb58110..26eb9cd65a 100644 --- a/Casks/m/maria.rb +++ b/Casks/m/maria.rb @@ -7,9 +7,7 @@ cask "maria" do desc "App/widget for aria2 download tool" homepage "https://github.com/shincurry/Maria" - app "Maria.app" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + app "Maria.app" end