mongodbpreferencepane: use `deprecate!` instead of `discontinued`

This commit is contained in:
Rylan Polster 2023-12-17 17:46:00 -05:00
parent 0fb0d0f5a9
commit ad1ee18066
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64
1 changed files with 2 additions and 4 deletions

View File

@ -7,9 +7,7 @@ cask "mongodbpreferencepane" do
desc "Preference pane to control MongoDB Server"
homepage "https://github.com/remysaissy/mongodb-macosx-prefspane"
prefpane "MongoDB.prefPane"
deprecate! date: "2023-12-17", because: :discontinued
caveats do
discontinued
end
prefpane "MongoDB.prefPane"
end