diff mbox series

[bug#66827,v3,44/66] gnu: go-github-com-aws-smithy-go: Adjust description.

Message ID 185da3e05bb58844e9be123b05b558f7b7b1f0d9.1701297273.git.sharlatanus@gmail.com
State New
Headers show
Series [bug#66827,v3,01/66] gnu: Add (gnu packages golang-web) module. | expand

Commit Message

Sharlatan Hellseher Nov. 29, 2023, 10:35 p.m. UTC
* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go):[description]
Add link to Smithy.

Change-Id: I3c913db5940dc97fb3fa8874fd8b1bf9baaf4a59
---
 gnu/packages/golang-web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 @@  (define-public go-github-com-aws-smithy-go
     (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)))