From c04134e7f267e60c646d407c7a7ca7837ea5fc43 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 17 Dec 2023 17:46:08 -0500 Subject: [PATCH] vlc-webplugin: use `deprecate!` instead of `discontinued` --- Casks/v/vlc-webplugin.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Casks/v/vlc-webplugin.rb b/Casks/v/vlc-webplugin.rb index aa43c4663d..f672f11ec4 100644 --- a/Casks/v/vlc-webplugin.rb +++ b/Casks/v/vlc-webplugin.rb @@ -7,9 +7,7 @@ cask "vlc-webplugin" do desc "Web browser plugin" homepage "https://www.videolan.org/vlc/download-macosx.html" - internet_plugin "VLC Plugin.plugin" + deprecate! date: "2023-12-17", because: :discontinued - caveats do - discontinued - end + internet_plugin "VLC Plugin.plugin" end