mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
59be3604e3
commit
a171f12286
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ the parse trees produced by the html package.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-jmespath-go-jmespath go-github-com-google-go-cmp-cmp))
|
(list go-github-com-jmespath-go-jmespath go-github-com-google-go-cmp-cmp))
|
||||||
(home-page "https://github.com/aws/smithy-go")
|
(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
|
(description
|
||||||
"Package smithy provides the core components for a Smithy SDK.")
|
"Package smithy provides the core components for a Smithy SDK.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue