diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-22 17:19:23 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:42 +0200 |
commit | c7805de4353fed9155142dc6b94de888c182fcc0 (patch) | |
tree | 90e05f045cd7c8c54eb7dd241ccdfed5c6341404 /gnu/packages/c.scm | |
parent | d230c670683368efb35b273e56614397e4b47d42 (diff) |
gnu: aws-c-cal: Fix comment formatting.
* gnu/packages/c.scm (aws-c-cal): 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 8e51af0346..e2e445d3f4 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -700,7 +700,7 @@ event-driven, asynchronous network application protocols.") (define-public aws-c-cal (package (name "aws-c-cal") - ; Update only when updating aws-crt-cpp. + ;; Update only when updating aws-crt-cpp. (version "0.5.17") (source (origin (method git-fetch) |