Skip to content

Commit

Permalink
youdaonote: Remove protocol from verified stanza
Browse files Browse the repository at this point in the history
- According to Homebrew/brew#14717 it's wrong
  to have the protocol in the "verified" part of a Cask URL. So there's
  now an autocorrecting RuboCop for it at
  Homebrew/brew#14886. This fixes the singular
  offense.
  • Loading branch information
issyl0 committed Mar 5, 2023
1 parent 5e5416b commit 2a0acc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/youdaonote.rb
Expand Up @@ -4,7 +4,7 @@

url "https://artifact.lx.netease.com/download/ynote-electron/%E6%9C%89%E9%81%93%E4%BA%91%E7%AC%94%E8%AE%B0-#{version}.zip",
user_agent: :fake,
verified: "https://artifact.lx.netease.com/download/ynote-electron/"
verified: "artifact.lx.netease.com/download/ynote-electron/"
name "youdaonote"
name "有道云笔记"
desc "Multi-platform note application"
Expand Down

0 comments on commit 2a0acc3

Please sign in to comment.