mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05: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:
parent
e8f2855d73
commit
d7c8a83549
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ (define-public pcl
|
||||||
(define-public aws-c-http
|
(define-public aws-c-http
|
||||||
(package
|
(package
|
||||||
(name "aws-c-http")
|
(name "aws-c-http")
|
||||||
; Update only when updating aws-crt-cpp.
|
;; Update only when updating aws-crt-cpp.
|
||||||
(version "0.6.13")
|
(version "0.6.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Loading…
Reference in a new issue