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