nimbus: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:31:47 +01:00
parent 8ef1b251da
commit a1b5822a24
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,11 +1,11 @@
cask 'nimbus' do
version '0.8.0'
sha256 '0fec9d878c457a0776deb40a2d3982bdf5aa5de27253ae2a10894520457d9b57'
cask "nimbus" do
version "0.8.0"
sha256 "0fec9d878c457a0776deb40a2d3982bdf5aa5de27253ae2a10894520457d9b57"
url "https://github.com/jnordberg/irccloudapp/releases/download/#{version}/Nimbus.zip"
appcast 'https://github.com/jnordberg/irccloudapp/releases.atom'
name 'Nimbus'
homepage 'https://github.com/jnordberg/irccloudapp'
appcast "https://github.com/jnordberg/irccloudapp/releases.atom"
name "Nimbus"
homepage "https://github.com/jnordberg/irccloudapp"
app 'Nimbus.app'
app "Nimbus.app"
end