guix-commits
[Top][All Lists]
Advanced

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

13/32: gnu: aws-crt-cpp: Fix comment formatting.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: aws-crt-cpp: Fix comment formatting.
    
    * gnu/packages/cpp.scm (aws-crt-cpp): Fix comment formatting.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/cpp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 645fa8e47c..ea19f2fd8e 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1164,9 +1164,9 @@ to be useful for building network-based applications.")
 (define-public aws-crt-cpp
   (package
     (name "aws-crt-cpp")
-    ; Update only when updating aws-sdk-cpp, and when updating also update
-    ; versions of library dependencies linked from from
-    ; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
+    ;; Update only when updating aws-sdk-cpp, and when updating also update
+    ;; versions of library dependencies linked from from
+    ;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
     (version "0.17.27")
     (source (origin
               (method git-fetch)



reply via email to

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