growlnotify: use deprecate! instead of discontinued

This commit is contained in:
Rylan Polster
2023-12-17 17:45:55 -05:00
parent 26083ad74b
commit af8c5ba513
+2 -4
View File
@@ -8,11 +8,9 @@ cask "growlnotify" do
desc "Notification system"
homepage "https://growl.github.io/growl/"
deprecate! date: "2023-12-17", because: :discontinued
pkg "GrowlNotify.pkg"
uninstall pkgutil: "info.growl.growlnotify.*pkg"
caveats do
discontinued
end
end