aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDaniel Szmulewicz <daniel.szmulewicz@gmail.com>2024-07-14 18:23:33 +0300
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-07-21 13:31:22 +0200
commit8b82207cfbd05eb0f242b187b0bfa738b098cb26 (patch)
treee98f7643a60b99f66caeb47f25cd160df3c01fc6 /gnu
parent87ae167713039db38bf8ff2a9085c17a480b34bc (diff)
downloadguix-8b82207cfbd05eb0f242b187b0bfa738b098cb26.tar.gz
guix-8b82207cfbd05eb0f242b187b0bfa738b098cb26.zip
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index af08b3a456..37ee453a16 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2805,7 +2805,7 @@ provides an optional IDE-like error list.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/borkdude/flycheck-clj-kondo.git")
+ (url "https://github.com/borkdude/flycheck-clj-kondo")
(commit commit)))
(file-name (git-file-name name version))
(sha256
@@ -2813,12 +2813,9 @@ provides an optional IDE-like error list.")
(build-system emacs-build-system)
(propagated-inputs (list emacs-flycheck))
(home-page "https://github.com/borkdude/flycheck-clj-kondo")
- (synopsis "Add clj-kondo linter to flycheck")
+ (synopsis "Add Clj-kondo linter to Flycheck")
(description
- "This package integrates clj-kondo with Emacs via flycheck. To use it, add to
-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.")
+ "This package integrates Clj-kondo with Emacs via Flycheck.")
(license license:gpl3+))))
(define-public emacs-fb2-reader