summaryrefslogtreecommitdiff
path: root/libmhello/manifest
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-24 12:38:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-24 18:33:43 +0300
commit7d3ec6098c5e874153d3f5a4ffba3606849e9406 (patch)
tree6438947b3ce0f0c63398e016e1a6382711a5222b /libmhello/manifest
parent9c060886adda2886c66b5ade063c2a8bda11cd1e (diff)
Release version 1.1.0+9v1.1.0+9
Remove redundant space before multi-line manifest value introducer
Diffstat (limited to 'libmhello/manifest')
-rw-r--r--libmhello/manifest2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmhello/manifest b/libmhello/manifest
index acbb65d..0bc28ac 100644
--- a/libmhello/manifest
+++ b/libmhello/manifest
@@ -5,7 +5,7 @@ project: hello
summary: The modularized "Hello World" example library
license: MIT
tags: c++, world, example, modules
-description: \
+description:\
A simple library that implements the "Hello World" example in C++ with
modules. Its primary goal is to show a canonical build2/bpkg project/package.
\