diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index c23e6df581..ae9ffd3fd2 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -123,7 +123,8 @@ the parse trees produced by the html package.") (propagated-inputs (list go-github-com-jmespath-go-jmespath go-github-com-google-go-cmp-cmp)) (home-page "https://github.com/aws/smithy-go") - (synopsis "Smithy code generators for Go") + (synopsis "@url{https://smithy.io/2.0/index.html,Smithy} code generators +for Go") (description "Package smithy provides the core components for a Smithy SDK.") (license license:asl2.0))) |