mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -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
|
||||
(package
|
||||
(name "aws-c-http")
|
||||
; Update only when updating aws-crt-cpp.
|
||||
;; Update only when updating aws-crt-cpp.
|
||||
(version "0.6.13")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
|
Loading…
Reference in a new issue