gnu: aws-c-auth: Fix comment formatting.
* gnu/packages/c.scm (aws-c-auth): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b8c4bb3e0d
commit
d62c101991
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ currently limited to Huffman encoding and decoding.")
|
||||||
(define-public aws-c-auth
|
(define-public aws-c-auth
|
||||||
(package
|
(package
|
||||||
(name "aws-c-auth")
|
(name "aws-c-auth")
|
||||||
; Update only when updating aws-crt-cpp.
|
;; Update only when updating aws-crt-cpp.
|
||||||
(version "0.6.11")
|
(version "0.6.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Reference in a new issue