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

This commit is contained in:
Rylan Polster 2023-12-17 17:45:58 -05:00
parent 7804fc6891
commit cfae51de3d
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 "lab" do
desc "React UI component design tool"
homepage "https://github.com/c8r/lab/"
app "Lab.app"
deprecate! date: "2023-12-17", because: :discontinued
caveats do
discontinued
end
app "Lab.app"
end