diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-01-27 19:21:32 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-31 21:20:17 +0000 |
commit | f4dd7705507a340e6efcf9afd1b038463cca12c0 (patch) | |
tree | 55a039ee8aef3f7a3ee2c43dd745dbbcef273863 /gnu | |
parent | a27d0f975b1c9ab87e2d2659f426feb5de018bce (diff) | |
download | guix-f4dd7705507a340e6efcf9afd1b038463cca12c0.tar.gz guix-f4dd7705507a340e6efcf9afd1b038463cca12c0.zip |
gnu: go-honnef-co-go-tools: Improve synopsis and description.
* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Improve
synopsis and description.
Change-Id: I357626457418f8c6f1b05918226c33f7faa88d49
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-check.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 6acf4e42ea..bee2fc1276 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -77,11 +77,10 @@ go-golang-org-x-mod go-golang-org-x-tools)) (home-page "https://honnef.co/go/tools") - (synopsis "Staticcheck advanced Go linter") + (synopsis "Staticcheck advanced Go linter library") (description - "Staticcheck is a state of the art linter for the Go programming language. -Using static analysis, it finds bugs and performance issues, offers -simplifications, and enforces style rules.") + "This package provides the Go source code for the @code{go-staticcheck} +advanced Go linter.") (license license:expat))) (define-public go-keyify |