diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-11 22:17:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-11 22:17:14 +0300 |
commit | fd2971879bf2a5a30deafc50fd0ccce44ec4a204 (patch) | |
tree | 134940f27e8c9f53cf35aff32cc4b2521ba17b06 /manifest | |
parent | c03259de9a5209d9eb6a978b987111a1aeb8c3bb (diff) |
Add project manifest value
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ : 1 name: libmariadb version: 10.2.10+1 +project: mariadb summary: MariaDB C API client library license: LGPLv2.1 -tags: mariadb, mysql, database, client, connector, library, c, api, interface +tags: mysql, database, client, connector, library, c, api, interface description-file: README url: https://mariadb.com doc-url: https://mariadb.com/kb/en/library/mariadb-connector-c/ |