diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-22 17:22:01 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:43 +0200 |
commit | fec71efeae1375b3b82cc5cc097d06498bb05030 (patch) | |
tree | 2a93f6eac6a42c62368393714c4099a7935b427e /gnu | |
parent | a822f3e2d0aa3ea09dd9d3a91e63bc20a6575c73 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files 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) |