diff mbox series

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

Message ID 633686973e0ec4c695ffe6031a39890e27f5d0e7.1698627461.git.sharlatanus@gmail.com
State New
Headers show
Series Split (gnu packages golang) part II | expand

Commit Message

Sharlatan Hellseher Oct. 30, 2023, 1:08 a.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)))