guix-commits
[Top][All Lists]
Advanced

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

10/32: gnu: aws-c-auth: Fix comment formatting.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: aws-c-auth: Fix comment formatting.
    
    * gnu/packages/c.scm (aws-c-auth): 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 91f4b95960..ba269440f2 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -837,7 +837,7 @@ currently limited to Huffman encoding and decoding.")
 (define-public aws-c-auth
   (package
     (name "aws-c-auth")
-    ; Update only when updating aws-crt-cpp.
+    ;; Update only when updating aws-crt-cpp.
     (version "0.6.11")
     (source (origin
               (method git-fetch)



reply via email to

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