diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-11-29 22:35:22 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-03 16:35:21 -0500 |
commit | a171f12286a96613999c2fe67c65b2c342e545fb (patch) | |
tree | a54f4a705149bdf04a5a10d9323985f89080092f /gnu | |
parent | 59be3604e3eaae399428ee11043964de0cbdf06a (diff) | |
download | guix-a171f12286a96613999c2fe67c65b2c342e545fb.tar guix-a171f12286a96613999c2fe67c65b2c342e545fb.tar.gz |
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')
-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))) |