diff options
-rw-r--r-- | libmprint/manifest | 2 | ||||
-rw-r--r-- | libprint/manifest | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libmprint/manifest b/libmprint/manifest index e5de794..50003bb 100644 --- a/libmprint/manifest +++ b/libmprint/manifest @@ -5,7 +5,7 @@ project: hello summary: The modularized "Hello World" example printer library license: MIT tags: c++, world, printer, example, modules -description: \ +description:\ A simple library that implements the "Hello World" example printer in C++ with modules. \ diff --git a/libprint/manifest b/libprint/manifest index 89b09f2..aaefe53 100644 --- a/libprint/manifest +++ b/libprint/manifest @@ -1,11 +1,11 @@ : 1 name: libprint -version: 1.0.0+8 +version: 1.0.0+9 project: hello summary: The "Hello World" example printer library license: MIT ; MIT License. topics: hello world example -description: \ +description:\ A simple library that implements the "Hello World" example printer in C++. \ url: https://git.build2.org/cgit/hello/libprint |