aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/golang-check.scm7
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