Merge pull request #163586 from chenrui333/qnapi-deprecate

qnapi: `disable` as it stops working
This commit is contained in:
Bevan Kay
2024-01-02 10:19:50 +11:00
committed by GitHub
+5
View File
@@ -7,5 +7,10 @@ cask "qnapi" do
name "QNapi"
homepage "https://qnapi.github.io/"
# it has been almost seven years since the last release,
# and users have reported it stopped working in 2020
# https://github.com/QNapi/qnapi/issues/173
disable! date: "2024-01-01", because: :unmaintained
app "QNapi.app"
end