gnu: emacs-flycheck-clj-kondo: Minor fixes to definition.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-clj-kondo)[source]: Remove ".git" suffix from URI field. [synopsis]: Use proper capitalization. [description]: Trim part belonging to the manual.
This commit is contained in:
parent
87ae167713
commit
8b82207cfb
1 changed files with 3 additions and 6 deletions
|
@ -2805,7 +2805,7 @@ provides an optional IDE-like error list.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/borkdude/flycheck-clj-kondo.git")
|
(url "https://github.com/borkdude/flycheck-clj-kondo")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -2813,12 +2813,9 @@ provides an optional IDE-like error list.")
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-flycheck))
|
(propagated-inputs (list emacs-flycheck))
|
||||||
(home-page "https://github.com/borkdude/flycheck-clj-kondo")
|
(home-page "https://github.com/borkdude/flycheck-clj-kondo")
|
||||||
(synopsis "Add clj-kondo linter to flycheck")
|
(synopsis "Add Clj-kondo linter to Flycheck")
|
||||||
(description
|
(description
|
||||||
"This package integrates clj-kondo with Emacs via flycheck. To use it, add to
|
"This package integrates Clj-kondo with Emacs via Flycheck.")
|
||||||
your init.el: (require flycheck-clj-kondo) Make sure the clj-kondo binary is on
|
|
||||||
your path. For installation instructions, see
|
|
||||||
https://github.com/borkdude/clj-kondo.")
|
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-fb2-reader
|
(define-public emacs-fb2-reader
|
||||||
|
|
Reference in a new issue