gnu: aws-c-mqtt: Fix comment formatting.
* gnu/packages/c.scm (aws-c-mqtt): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b62d4872ba
commit
a822f3e2d0
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ Service (S3) protocol for object storage.")
|
||||||
(define-public aws-c-mqtt
|
(define-public aws-c-mqtt
|
||||||
(package
|
(package
|
||||||
(name "aws-c-mqtt")
|
(name "aws-c-mqtt")
|
||||||
; Update only when updating aws-crt-cpp.
|
;; Update only when updating aws-crt-cpp.
|
||||||
(version "0.7.10")
|
(version "0.7.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Reference in a new issue