guix-commits
[Top][All Lists]
Advanced

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

11/32: gnu: aws-c-s3: Fix comment formatting.


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

civodul pushed a commit to branch master
in repository guix.

commit b62d4872ba1750244623d4b28e44836024b4d77b
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Apr 22 17:21:18 2022 +0000

    gnu: aws-c-s3: Fix comment formatting.
    
    * gnu/packages/c.scm (aws-c-s3): 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 ba269440f2..405b1dcba1 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -870,7 +870,7 @@ authentication.")
 (define-public aws-c-s3
   (package
     (name "aws-c-s3")
-    ; Update only when updating aws-crt-cpp.
+    ;; Update only when updating aws-crt-cpp.
     (version "0.1.38")
     (source (origin
               (method git-fetch)



reply via email to

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