guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/32: gnu: aws-c-http: Fix comment formatting.


From: guix-commits
Subject: 08/32: gnu: aws-c-http: Fix comment formatting.
Date: Mon, 2 May 2022 09:16:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d7c8a8354909fa78087372fda8e1822f1e5bb3a4
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Apr 22 17:20:11 2022 +0000

    gnu: aws-c-http: Fix comment formatting.
    
    * gnu/packages/c.scm (aws-c-http): Fix comment formatting.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 3beb1dc2ec..341fb61218 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -778,7 +778,7 @@ low level functionality for coroutines.")
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]