From e8f2855d73d46bc12a091d808542115166a03c5f Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Fri, 22 Apr 2022 17:19:45 +0000 Subject: gnu: aws-c-sdkutils: Fix comment formatting. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/c.scm (aws-c-sdkutils): Fix comment formatting. Signed-off-by: Ludovic Courtès --- gnu/packages/c.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3