alot: fix audit warning
* `include directive` (line 62) should be put before `desc` (line 2)
This commit is contained in:
parent
3b16bcaebe
commit
9b29e3b0b3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
class Alot < Formula
|
||||
include Language::Python::Virtualenv
|
||||
|
||||
desc "Text mode MUA using notmuch mail"
|
||||
homepage "https://github.com/pazz/alot"
|
||||
url "https://github.com/pazz/alot/archive/0.3.7.tar.gz"
|
||||
|
@ -59,8 +61,6 @@ class Alot < Formula
|
|||
sha256 "89021e288d6efd22cde2842349d79939b9664efdbf99f5790c9862a67759ea94"
|
||||
end
|
||||
|
||||
include Language::Python::Virtualenv
|
||||
|
||||
def install
|
||||
virtualenv_install_with_resources
|
||||
pkgshare.install Dir["extra/*"] - %w[extra/completion]
|
||||
|
|
Loading…
Reference in a new issue