emacs-clang-complete-async: fix audit
emacs-clang-complete-async: * `revision` (line 5) should be put before `head` (line 4)master
parent
1ca7a3a889
commit
1dc3f1b32c
|
@ -1,8 +1,8 @@
|
|||
class EmacsClangCompleteAsync < Formula
|
||||
desc "Emacs plugin using libclang to complete C/C++ code"
|
||||
homepage "https://github.com/Golevka/emacs-clang-complete-async"
|
||||
head "https://github.com/Golevka/emacs-clang-complete-async.git"
|
||||
revision 2
|
||||
head "https://github.com/Golevka/emacs-clang-complete-async.git"
|
||||
|
||||
stable do
|
||||
url "https://github.com/Golevka/emacs-clang-complete-async/archive/v0.5.tar.gz"
|
||||
|
|
Loading…
Reference in New Issue