alexmurray/flycheck-clang-analyzer

Wrong URL in flycheck-define-checker call

f-michaut opened this issue · 1 comments

When defining the checker in flycheck-define-checker, the url of the project is set to https://github.com/alexmurray/clang-analyzer/. (line 218 of flycheck-clang-analyzer.el on my machine)

It should be changed to https://github.com/alexmurray/flycheck-clang-analyzer/

Thanks - this URL is intended to point users to the upstream clang-analyzer homepage so I have fixed that in 646d9f3