diff options
-rw-r--r-- | libformat/manifest | 4 | ||||
-rw-r--r-- | libmformat/manifest | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libformat/manifest b/libformat/manifest index 76499ea..4ef980c 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -1,11 +1,11 @@ : 1 name: libformat -version: 1.0.0+8 +version: 1.0.0+9 project: hello summary: The "Hello World" example formatter library license: MIT ; MIT License. topics: hello world example -description: \ +description:\ A simple library that implements the "Hello World" formatting in C++. \ url: https://git.build2.org/cgit/hello/libformat diff --git a/libmformat/manifest b/libmformat/manifest index 4133c20..d8567f6 100644 --- a/libmformat/manifest +++ b/libmformat/manifest @@ -5,7 +5,7 @@ project: hello summary: The modularized "Hello World" example formatter library license: MIT tags: c++, world, formatter, example, modules -description: \ +description:\ A simple library that implements the "Hello World" formatting in C++ with modules. \ |