From fec71efeae1375b3b82cc5cc097d06498bb05030 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Fri, 22 Apr 2022 17:22:01 +0000 Subject: gnu: aws-crt-cpp: Fix comment formatting. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/cpp.scm (aws-crt-cpp): Fix comment formatting. Signed-off-by: Ludovic Courtès --- gnu/packages/cpp.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') 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 @@ (define-public poco (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) -- cgit v1.2.3