diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-22 17:19:45 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:42 +0200 |
commit | e8f2855d73d46bc12a091d808542115166a03c5f (patch) | |
tree | 1ca715c1cfc3a853f37cf248e37b8b7026c73416 /gnu/packages | |
parent | c7805de4353fed9155142dc6b94de888c182fcc0 (diff) | |
download | guix-e8f2855d73d46bc12a091d808542115166a03c5f.tar.gz guix-e8f2855d73d46bc12a091d808542115166a03c5f.zip |
gnu: aws-c-sdkutils: Fix comment formatting.
* gnu/packages/c.scm (aws-c-sdkutils): 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 e2e445d3f4..3beb1dc2ec 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -731,7 +731,7 @@ cryptographic primitives for the @acronym{AWS,Amazon Web Services} SDK.") (define-public aws-c-sdkutils (package (name "aws-c-sdkutils") - ; Update only when updating aws-crt-cpp. + ;; Update only when updating aws-crt-cpp. (version "0.1.2") (source (origin (method git-fetch) |