diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-22 17:20:11 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:42 +0200 |
commit | d7c8a8354909fa78087372fda8e1822f1e5bb3a4 (patch) | |
tree | a0bedcee31b82a9d8e689e777bd90f0d0c0a9bff /gnu/packages | |
parent | e8f2855d73d46bc12a091d808542115166a03c5f (diff) | |
download | guix-d7c8a8354909fa78087372fda8e1822f1e5bb3a4.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/c.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 3beb1dc2ec..341fb61218 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -778,7 +778,7 @@ low level functionality for coroutines.") (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) |