gnu: aws-c-event-stream: Fix comment formatting.
* gnu/packages/c.scm (aws-c-event-stream): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a9b4d69c9c
commit
4dbb1520e2
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ with fallback to efficient C99 software implementations.")
|
||||||
(define-public aws-c-event-stream
|
(define-public aws-c-event-stream
|
||||||
(package
|
(package
|
||||||
(name "aws-c-event-stream")
|
(name "aws-c-event-stream")
|
||||||
; Update only when updating aws-crt-cpp.
|
;; Update only when updating aws-crt-cpp.
|
||||||
(version "0.2.7")
|
(version "0.2.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Reference in a new issue