guix-commits
[Top][All Lists]
Advanced

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

12/32: gnu: aws-c-mqtt: Fix comment formatting.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: aws-c-mqtt: Fix comment formatting.
    
    * gnu/packages/c.scm (aws-c-mqtt): 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 405b1dcba1..fff7b166f6 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -900,7 +900,7 @@ Service (S3) protocol for object storage.")
 (define-public aws-c-mqtt
   (package
     (name "aws-c-mqtt")
-    ; Update only when updating aws-crt-cpp.
+    ;; Update only when updating aws-crt-cpp.
     (version "0.7.10")
     (source (origin
               (method git-fetch)



reply via email to

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