1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 15:40:31 +02:00

gnu: aws-c-http: Fix comment formatting.

* gnu/packages/c.scm (aws-c-http): Fix comment formatting.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan
2022-04-22 17:20:11 +00:00
committed by Ludovic Courtès
parent e8f2855d73
commit d7c8a83549

View File

@@ -778,7 +778,7 @@ low level functionality for coroutines.")
(define-public aws-c-http
(package
(name "aws-c-http")
; Update only when updating aws-crt-cpp.
;; Update only when updating aws-crt-cpp.
(version "0.6.13")
(source (origin
(method git-fetch)