gnu: aws-c-compression: Fix comment formatting.
* gnu/packages/c.scm (aws-c-compression): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
d7c8a83549
commit
b8c4bb3e0d
|
@ -808,7 +808,7 @@ specifications.")
|
||||||
(define-public aws-c-compression
|
(define-public aws-c-compression
|
||||||
(package
|
(package
|
||||||
(name "aws-c-compression")
|
(name "aws-c-compression")
|
||||||
; Update only when updating aws-crt-cpp.
|
;; Update only when updating aws-crt-cpp.
|
||||||
(version "0.2.14")
|
(version "0.2.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Reference in New Issue