mu-editor: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:31:12 +01:00
parent 206a514f32
commit f37adcc906
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
cask 'mu-editor' do
version '1.0.3'
sha256 'b1815923ab38d00a5ec512912e50694e29c17f087989cd21aa52c88ce10452b0'
cask "mu-editor" do
version "1.0.3"
sha256 "b1815923ab38d00a5ec512912e50694e29c17f087989cd21aa52c88ce10452b0"
# github.com/mu-editor/mu/ was verified as official when first introduced to the cask
url "https://github.com/mu-editor/mu/releases/download/#{version}/mu-editor.dmg"
appcast 'https://github.com/mu-editor/mu/releases.atom'
name 'Mu'
homepage 'https://codewith.mu/'
appcast "https://github.com/mu-editor/mu/releases.atom"
name "Mu"
homepage "https://codewith.mu/"
app 'mu-editor.app'
app "mu-editor.app"
end