summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-11-29 22:35:22 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-03 16:35:21 -0500
commita171f12286a96613999c2fe67c65b2c342e545fb (patch)
treea54f4a705149bdf04a5a10d9323985f89080092f /gnu/packages/golang-web.scm
parent59be3604e3eaae399428ee11043964de0cbdf06a (diff)
gnu: go-github-com-aws-smithy-go: Adjust description.
* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go):[description] Add link to Smithy. Change-Id: I3c913db5940dc97fb3fa8874fd8b1bf9baaf4a59
Diffstat (limited to 'gnu/packages/golang-web.scm')
-rw-r--r--gnu/packages/golang-web.scm3
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)))