diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-22 17:18:59 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:42 +0200 |
commit | d230c670683368efb35b273e56614397e4b47d42 (patch) | |
tree | a0d6ffa7517840209fa529c08045ce7098a11bce /gnu/packages/c.scm | |
parent | 4dbb1520e24f0d17f0b1d81bd0364d95186e397d (diff) | |
download | guix-d230c670683368efb35b273e56614397e4b47d42.tar.gz |
gnu: aws-c-io: Fix comment formatting.
* gnu/packages/c.scm (aws-c-io): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/c.scm')
-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 c1a028b653..8e51af0346 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -671,7 +671,7 @@ communication.") (define-public aws-c-io (package (name "aws-c-io") - ; Update only when updating aws-crt-cpp. + ;; Update only when updating aws-crt-cpp. (version "0.10.20") (source (origin (method git-fetch) |